sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
640 B

<div class="dojoxFileInfoPane">
<table>
<tbody>
<tr>
<td class="dojoxFileInfoLabel dojoxFileInfoNameLabel">${_messages.name}</td>
<td class="dojoxFileInfoName" dojoAttachPoint="nameNode"></td>
</tr>
<tr>
<td class="dojoxFileInfoLabel dojoxFileInfoPathLabel">${_messages.path}</td>
<td class="dojoxFileInfoPath" dojoAttachPoint="pathNode"></td>
</tr>
<tr>
<td class="dojoxFileInfoLabel dojoxFileInfoSizeLabel">${_messages.size}</td>
<td class="dojoxFileInfoSize" dojoAttachPoint="sizeNode"></td>
</tr>
</tbody>
</table>
<div dojoAttachPoint="containerNode" style="display:none;"></div>
</div>