nzgisco-webmap-switcher-widget
Version:
Widget that allows switching webmap.
17 lines (16 loc) • 696 B
HTML
<div style="width:100%;height:100%;">
<div class="settings-section" data-dojo-attach-point="searchesSection">
<table class="setting-table input-table" cellspacing="0">
<tbody>
<tr>
<td class="first">*${nls.groupLabel}</td>
<td class="second">
<input type="text" data-dojo-type="dijit/form/ValidationTextBox"
data-dojo-attach-point="mapGroupID"
required="true" data-dojo-props="style:{width:'100%'}" />
</td>
</tr>
</tbody>
</table>
</div>
</div>