Documentation TYPO3 par Ameos |
Public Member Functions | |
init ($clause='') | |
getTitleAttrib ($row) | |
wrapIcon ($icon, $row) | |
getTitleStr ($row, $titleLen=30) |
Definition at line 74 of file class.t3lib_browsetree.php.
t3lib_browseTree::init | ( | $ | clause = '' |
) |
Initialize, setting what is necessary for browsing pages. Using the current user.
string | Additional clause for selecting pages. |
Definition at line 83 of file class.t3lib_browsetree.php.
References t3lib_treeView::$clause, t3lib_extMgm::isLoaded(), and t3lib_treeView::setTreeName().
Referenced by localPageTree::ext_tree(), localPageTree::localPageTree(), and webPageTree::webPageTree().
t3lib_browseTree::getTitleAttrib | ( | $ | row | ) |
Creates title attribute content for pages. Uses API function in t3lib_BEfunc which will retrieve lots of useful information for pages.
array | The table row. |
Reimplemented from t3lib_treeView.
Definition at line 122 of file class.t3lib_browsetree.php.
References t3lib_BEfunc::titleAttribForPages().
t3lib_browseTree::wrapIcon | ( | $ | icon, | |
$ | row | |||
) |
Wrapping the image tag, $icon, for the row, $row (except for mount points)
string | The image tag for the icon | |
array | The row for the current element |
Reimplemented from t3lib_treeView.
Reimplemented in localPageTree, localPageTree, localPageTree, localPageTree, printAllPageTree, and localPageTree.
Definition at line 134 of file class.t3lib_browsetree.php.
References t3lib_treeView::addTagAttributes(), t3lib_treeView::getId(), and t3lib_treeView::getJumpToParam().
t3lib_browseTree::getTitleStr | ( | $ | row, | |
$ | titleLen = 30 | |||
) |
Returns the title for the input record. If blank, a "no title" labele (localized) will be returned. Do NOT htmlspecialchar the string from this function - has already been done.
array | The input row array (where the key "title" is used for the title) | |
integer | Title length (30) |
Reimplemented from t3lib_treeView.
Definition at line 156 of file class.t3lib_browsetree.php.
References t3lib_treeView::$title, and t3lib_div::fixed_lgd_cs().
Referenced by tx_rtehtmlarea_pageTree::printTree(), and webPageTree::printTree().