Documentation TYPO3 par Ameos |
Public Member Functions | |
wrapTitle ($title, $v) | |
ext_isLinkable ($v) | |
PM_ATagWrap ($icon, $cmd, $bMark='') | |
printTree ($treeArr='') | |
Public Attributes | |
$ext_IconMode = 1 |
Definition at line 48 of file class.tx_rtehtmlarea_select_image.php.
tx_rtehtmlarea_image_folderTree::wrapTitle | ( | $ | title, | |
$ | v | |||
) |
Wrapping the title in a link, if applicable.
string | Title, ready for output. | |
array | The "record" |
Definition at line 58 of file class.tx_rtehtmlarea_select_image.php.
References ext_isLinkable().
tx_rtehtmlarea_image_folderTree::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 |
Definition at line 73 of file class.tx_rtehtmlarea_select_image.php.
References t3lib_BEfunc::getPathType_web_nonweb().
Referenced by wrapTitle().
tx_rtehtmlarea_image_folderTree::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) |
Reimplemented from t3lib_treeView.
Definition at line 92 of file class.tx_rtehtmlarea_select_image.php.
tx_rtehtmlarea_image_folderTree::printTree | ( | $ | treeArr = '' |
) |
Print tree.
mixed | Input tree array. If not array, then $this->tree is used. |
Reimplemented from t3lib_treeView.
Definition at line 107 of file class.tx_rtehtmlarea_select_image.php.
References t3lib_div::fixed_lgd().