<div id="listPane" data-dojo-type="dijit.layout.ContentPane" region="center" splitter="false"> <div id="parcelTabContainer" data-dojo-type="dijit.layout.TabContainer" > <div id="selectedParcelTab" data-dojo-type="dijit.layout.ContentPane" title='Selected Parcel' > </div> <div id="gridPane" data-dojo-type="dijit.layout.ContentPane" title='State Owned Parcels' style="selected:'true'" > <div id ="stateOwnListTab" >State Owned Properties</div> <table id="StateOwnParcelGrid" data-dojo-type="dojox.grid.DataGrid" > <thead> <tr> <th field="NAME1" width="65%">Owner</th> <th field="SITEADDRESS" width="35%">Site Address</th> </tr> </thead> </table> </div> </div> </div>
.noWrapTabStrip { width:10px }
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.