directoryTpl
Last updated Mar 6th, 2021 | Page history | Improve this page | Report an issue
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$301 per month—let's make that $500!
Learn moreFileLister'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. |
See Also¶
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$301 per month—let's make that $500!
Learn more