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.
 
 
 
 
 
 

62 lines
904 B

<div class="fileView">
<div class="fileViewTitle">File Details:</div>
<table class="fileViewTable">
<tbody>
<tr class="fileName">
<td>
<b>
Name:
</b>
</td>
<td dojoAttachPoint="nameNode">
</td>
</tr>
<tr>
<td>
<b>
Path:
</b>
</td>
<td dojoAttachPoint="pathNode">
</td>
</tr>
<tr>
<td>
<b>
Size:
</b>
</td>
<td>
<span dojoAttachPoint="sizeNode"></span>&nbsp;bytes.
</td>
</tr>
<tr>
<td>
<b>
Is Directory:
</b>
</td>
<td dojoAttachPoint="directoryNode">
</td>
</tr>
<tr>
<td>
<b>
Parent Directory:
</b>
</td>
<td dojoAttachPoint="parentDirNode">
</td>
</tr>
<tr>
<td>
<b>
Children:
</b>
</td>
<td dojoAttachPoint="childrenNode">
</td>
</tr>
</tbody>
</table>
</div>