메소드 |
설명 |
|
addFileMetaInformationToRequest ( string $strUuid, string $strPtable, integer $intPid ) |
Add the file meta information to the request |
|
addFilesBreadcrumb ( string $strKey = 'tl_files_node' ) |
Add a breadcrumb menu to the file tree |
|
addPageIcon ( array $row, string $label, DataContainer $dc = null, string $imageAttribute = '', boolean $blnReturnImage = false, boolean $blnProtected = false ) : string |
Add an image to each page in the tree |
|
addPagesBreadcrumb ( string $strKey = 'tl_page_node' ) |
Add a breadcrumb menu to the page tree |
|
addToUrl ( string $strRequest, boolean $blnAddRef = true, array $arrUnset = [] ) : string |
Add the request token to the URL |
|
createFileList ( string $strFilter = '', boolean $filemount = false ) : string |
Get all allowed files and return them as string |
|
createPageList ( ) : string |
Get all allowed pages and return them as string |
|
findSearchablePages ( integer $pid, string $domain = '', boolean $blnIsSitemap = false ) : array |
Get all searchable pages and return them as array |
|
getAceType ( string $ext ) : string |
Get the Ace code editor type from a file extension |
|
getSystemMessages ( ) : string |
Return the system messages as HTML |
|
getTheme ( ) : string |
Return the current theme as string |
|
getThemes ( ) : array |
Return the back end themes as array |
|
getTinyMceLanguage ( ) : string |
Return the TinyMCE language |
|
getTinyTemplates ( ) : string |
Return a list of TinyMCE templates as JSON string |
|
handleRunOnce ( ) |
Handle "runonce" files |
|