![]() |
TYPO3
7.6
|
Public Member Functions | |
init ($clause= '', $orderByFields= '') | |
getTitleAttrib ($row) | |
wrapIcon ($icon, $row) | |
getTitleStr ($row, $titleLen=30) | |
![]() | |
__construct () | |
init ($clause= '', $orderByFields= '') | |
addField ($field, $noCheck=false) | |
reset () | |
getBrowsableTree () | |
printTree ($treeArr= '') | |
PMicon ($row, $a, $c, $nextCount, $isOpen) | |
PM_ATagWrap ($icon, $cmd, $bMark= '', $isOpen=false) | |
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= '') | |
getCount ($uid) | |
getRootRecord () | |
getRecord ($uid) | |
getDataInit ($parentId) | |
getDataCount (&$res) | |
getDataNext (&$res) | |
getDataFree (&$res) | |
setDataFromArray (&$dataArr, $traverse=false, $pid=0) | |
setDataFromTreeArray (&$treeArr, &$treeLookupArr) | |
Public Attributes | |
$fieldArray | |
$treeName = 'browsePages' | |
$table = 'pages' | |
$domIdPrefix = 'pages' | |
![]() | |
$expandFirst = 0 | |
$expandAll = 0 | |
$thisScript = '' | |
$titleAttrib = 'title' | |
$ext_IconMode = false | |
$addSelfId = 0 | |
$title = 'no title' | |
$showDefaultTitleAttribute = false | |
$BE_USER = '' | |
$MOUNTS = null | |
$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' | |
$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 () | |
getLanguageService () | |
getBackendUser () | |
getDatabaseConnection () | |
Generate a page-tree, browsable.
Definition at line 22 of file BrowseTreeView.php.
getTitleAttrib | ( | $row | ) |
Creates title attribute content for pages. Uses API function in which will retrieve lots of useful information for pages.
array | $row | The table row. |
Definition at line 102 of file BrowseTreeView.php.
References BackendUtility\titleAttribForPages().
getTitleStr | ( | $row, | |
$titleLen = 30 |
|||
) |
Returns the title for the input record. If blank, a "no title" label (localized) will be returned. Do NOT htmlspecialchar the string from this function - has already been done.
array | $row | The input row array (where the key "title" is used for the title) |
int | $titleLen | Title length (30) |
Definition at line 136 of file BrowseTreeView.php.
References $GLOBALS, AbstractTreeView\$title, BackendUtility\BEenableFields(), and BackendUtility\deleteClause().
Referenced by ElementBrowserPageTreeView\printTree(), and PageTreeView\printTree().
init | ( | $clause = '' , |
|
$orderByFields = '' |
|||
) |
Initialize, setting what is necessary for browsing pages. Using the current user.
string | $clause | Additional clause for selecting pages. |
string | $orderByFields | record ORDER BY field |
Definition at line 75 of file BrowseTreeView.php.
References AbstractTreeView\$clause, and $GLOBALS.
Referenced by ExportPageTreeView\__construct(), ElementBrowserPageTreeView\__construct(), PageTreeView\__construct(), and ExportPageTreeView\ext_tree().
wrapIcon | ( | $icon, | |
$row | |||
) |
Wrapping the image tag, $icon, for the row, $row (except for mount points)
string | $icon | The image tag for the icon |
array | $row | The row for the current element |
Definition at line 115 of file BrowseTreeView.php.
References elseif, AbstractTreeView\getId(), AbstractTreeView\getJumpToParam(), and BackendUtility\wrapClickMenuOnIcon().
$domIdPrefix = 'pages' |
Definition at line 65 of file BrowseTreeView.php.
$fieldArray |
Definition at line 27 of file BrowseTreeView.php.
$table = 'pages' |
Definition at line 59 of file BrowseTreeView.php.
$treeName = 'browsePages' |
Definition at line 53 of file BrowseTreeView.php.