dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
63 lines (62 loc) • 904 B
HTML
<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> 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>