directoryTpl
FileLister's directoryTpl Chunk
This is the Chunk displayed with the &directoryTpl property on the FileLister snippet. Used for directories that are listed.
Default Value
<tr class="[[+cls]]">
<td colspan="3" class="feo-dirname">[[+link]]</td>
</tr>
Available Placeholders
Name | Description |
---|---|
link | The link to browse the directory. |
filename | The basename of the directory. |
path | The absolute path to the directory. |
relativePath | The relative path to the 'path' property passed into the FileLister snippet. |
navKey | The navKey being used for link generation. |