

Fonctions membres publiques | |
| localFolderTree () | |
| wrapTitle ($title, $v) | |
| ext_isLinkable ($v) | |
| PM_ATagWrap ($icon, $cmd, $bMark='') | |
| printTree ($treeArr='') | |
| localFolderTree ($BE_USER, $FILEMOUNTS='') | |
| wrapTitle ($str, $row) | |
| PM_ATagWrap ($icon, $cmd, $bMark='') | |
| wrapIcon ($icon, $row) | |
| initializePositionSaving () | |
Attributs publics | |
| $ext_IconMode = 1 | |
| $expandFirst = 0 | |
| $expandAll = 0 | |
| localFolderTree::localFolderTree | ( | ) |
Initializes the script path
| localFolderTree::wrapTitle | ( | $ | title, | |
| $ | v | |||
| ) |
Wrapping the title in a link, if applicable.
| string | Title, ready for output. | |
| array | The "record" |
Réimplémentée dans TBE_FolderTree, et tx_rtehtmlarea_folderTree.
| localFolderTree::ext_isLinkable | ( | $ | v | ) |
Returns true if the input "record" contains a folder which can be linked.
| array | Array with information about the folder element. Contains keys like title, uid, path, _title |
Réimplémentée dans TBE_FolderTree.
| localFolderTree::PM_ATagWrap | ( | $ | icon, | |
| $ | cmd, | |||
| $ | bMark = '' | |||
| ) |
Wrap the plus/minus icon in a link
| string | HTML string to wrap, probably an image tag. | |
| string | Command for 'PM' get var | |
| boolean | If set, the link will have a anchor point (=$bMark) and a name attribute (=$bMark) |
Réimplémentée à partir de t3lib_treeView.
Réimplémentée dans printAllFolderTree.
| localFolderTree::printTree | ( | $ | treeArr = '' |
) |
Create the folder navigation tree in HTML
| mixed | Input tree array. If not array, then $this->tree is used. |
Réimplémentée à partir de t3lib_treeView.
Réimplémentée dans tx_rtehtmlarea_folderTree.
| localFolderTree::localFolderTree | ( | $ | BE_USER, | |
| $ | FILEMOUNTS = '' | |||
| ) |
Constructor for the local folder tree.
| object | Local backend user (not the GLOBALS[] backend user!!) | |
| array | Filemounts for the backend user. |
| localFolderTree::wrapTitle | ( | $ | str, | |
| $ | row | |||
| ) |
Wraps the title.
| string | [See parent] | |
| array | [See parent] |
Réimplémentée dans TBE_FolderTree, et tx_rtehtmlarea_folderTree.
| localFolderTree::PM_ATagWrap | ( | $ | icon, | |
| $ | cmd, | |||
| $ | bMark = '' | |||
| ) |
Wraps the plus/minus icon - in this case we just return blank which means we STRIP AWAY the plus/minus icon!
| string | [See parent] | |
| string | [See parent] | |
| string | [See parent] |
Réimplémentée à partir de t3lib_treeView.
Réimplémentée dans printAllFolderTree.
| localFolderTree::wrapIcon | ( | $ | icon, | |
| $ | row | |||
| ) |
Wrapping the icon of the element/page. Normally a click menu is wrapped around the icon, but in this case only a title parameter is set.
| string | Icon image tag. | |
| array | Row. |
Réimplémentée à partir de t3lib_folderTree.
| localFolderTree::initializePositionSaving | ( | ) |
This will make sure that no position data is acquired from the BE_USER uc variable.
Réimplémentée à partir de t3lib_folderTree.
| localFolderTree::$ext_IconMode = 1 |
Réimplémentée à partir de t3lib_treeView.
| localFolderTree::$expandFirst = 0 |
| localFolderTree::$expandAll = 0 |
1.5.3