TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
__construct () | |
wrapTitle ($title, $v, $ext_pArrPages='') | |
printTree ($treeArr='') | |
ext_isLinkable ($doktype, $uid) | |
PM_ATagWrap ($icon, $cmd, $bMark='') | |
wrapIcon ($icon, $row) | |
![]() | |
init ($clause='', $orderByFields='') | |
getTitleAttrib ($row) | |
wrapIcon ($icon, $row) | |
getTitleStr ($row, $titleLen=30) | |
wrapStop ($str, $row) | |
![]() | |
init ($clause='', $orderByFields='') | |
setTreeName ($treeName='') | |
addField ($field, $noCheck=0) | |
reset () | |
getBrowsableTree () | |
printTree ($treeArr='') | |
PMicon ($row, $a, $c, $nextCount, $exp) | |
PM_ATagWrap ($icon, $cmd, $bMark='') | |
wrapTitle ($title, $row, $bank=0) | |
wrapIcon ($icon, $row) | |
addTagAttributes ($icon, $attr) | |
wrapStop ($str, $row) | |
expandNext ($id) | |
initializePositionSaving () | |
savePosition () | |
getRootIcon ($rec) | |
getIcon ($row) | |
getTitleStr ($row, $titleLen=30) | |
getTitleAttrib ($row) | |
getId ($row) | |
getJumpToParam ($row) | |
getTree ($uid, $depth=999, $depthData='', $blankLineCode='', $subCSSclass='') | |
getCount ($uid) | |
getRootRecord ($uid) | |
getRecord ($uid) | |
getDataInit ($parentId, $subCSSclass='') | |
getDataCount (&$res) | |
getDataNext (&$res, $subCSSclass='') | |
getDataFree (&$res) | |
setDataFromArray (&$dataArr, $traverse=FALSE, $pid=0) | |
setDataFromTreeArray (&$treeArr, &$treeLookupArr) | |
Public Attributes | |
$ext_showPageId = FALSE | |
![]() | |
$expandFirst = 0 | |
$expandAll = 0 | |
$thisScript = '' | |
$titleAttrib = 'title' | |
$ext_IconMode = FALSE | |
$addSelfId = 0 | |
$title = 'no title' | |
$showDefaultTitleAttribute = FALSE | |
$highlightPagesWithVersions = TRUE | |
$BE_USER = '' | |
$MOUNTS = '' | |
$table = '' | |
$parentField = 'pid' | |
$clause = '' | |
$orderByFields = '' | |
$fieldArray = array('uid', 'pid', 'title') | |
$defaultList = 'uid,pid,tstamp,sorting,deleted,perms_userid,perms_groupid,perms_user,perms_group,perms_everybody,crdate,cruser_id' | |
$treeName = '' | |
$domIdPrefix = 'row' | |
$backPath | |
$iconPath = '' | |
$iconName = 'default.gif' | |
$makeHTML = 1 | |
$setRecs = 0 | |
$subLevelID = '_SUB_LEVEL' | |
$ids = array() | |
$ids_hierarchy = array() | |
$orig_ids_hierarchy = array() | |
$buffer_idH = array() | |
$specUIDmap = array() | |
$data = FALSE | |
$dataLookup = FALSE | |
$tree = array() | |
$stored = array() | |
$bank = 0 | |
$recs = array() | |
Additional Inherited Members | |
![]() | |
determineScriptUrl () | |
getThisScript () | |
hasPageRecordVersions ($workspaceId, $pageId) | |
getWorkspaceService () | |
![]() | |
$workspaceService = NULL | |
Class which generates the page tree
Definition at line 7 of file class.browse_links.php.
localPageTree::__construct | ( | ) |
Constructor. Just calling init()
Definition at line 22 of file class.browse_links.php.
References TYPO3\CMS\Backend\Tree\View\AbstractTreeView\$clause, TYPO3\CMS\Backend\Tree\View\AbstractTreeView\determineScriptUrl(), TYPO3\CMS\Frontend\Page\PageRepository\DOKTYPE_RECYCLER, and TYPO3\CMS\Backend\Tree\View\BrowseTreeView\init().
localPageTree::ext_isLinkable | ( | $doktype, | |
$uid | |||
) |
Returns TRUE if a doktype can be linked.
integer | $doktype | Doktype value to test |
integer | $uid | uid to test. |
Definition at line 96 of file class.browse_links.php.
Referenced by TYPO3\CMS\Rtehtmlarea\PageTree\printTree(), and wrapTitle().
localPageTree::PM_ATagWrap | ( | $icon, | |
$cmd, | |||
$bMark = '' |
|||
) |
Wrap the plus/minus icon in a link
string | $icon | HTML string to wrap, probably an image tag. |
string | $cmd | Command for 'PM' get var |
boolean | $bMark | If set, the link will have a anchor point (=$bMark) and a name attribute (=$bMark) |
Definition at line 111 of file class.browse_links.php.
localPageTree::printTree | ( | $treeArr = '' | ) |
Create the page navigation tree in HTML
array | $treeArr | Tree array |
Definition at line 53 of file class.browse_links.php.
localPageTree::wrapIcon | ( | $icon, | |
$row | |||
) |
Wrapping the image tag, $icon, for the row, $row
string | $icon | The image tag for the icon |
array | $row | The row for the current element |
Definition at line 129 of file class.browse_links.php.
localPageTree::wrapTitle | ( | $title, | |
$v, | |||
$ext_pArrPages = '' |
|||
) |
Wrapping the title in a link, if applicable.
string | $title | Title, (must be ready for output, that means it must be htmlspecialchars()'ed). |
array | $v | The record |
boolean | $ext_pArrPages | (Ignore) |
Definition at line 37 of file class.browse_links.php.
References ext_isLinkable().
Referenced by TYPO3\CMS\Rtehtmlarea\PageTree\printTree().
localPageTree::$ext_showPageId = FALSE |
whether the page ID should be shown next to the title, activate through userTSconfig (options.pageTree.showPageIdWithTitle)
Definition at line 15 of file class.browse_links.php.