Method |
Description |
|
__construct ( ) |
Import the back end user object |
|
addCteType ( array $arrRow ) : string |
Add the type of content element |
|
checkPermission ( ) |
Check permissions to edit table tl_content |
|
deleteElement ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the delete content element button |
|
editAlias ( DataContainer $dc ) : string |
Return the edit alias wizard |
|
editArticle ( DataContainer $dc ) : string |
Return the edit article teaser wizard |
|
editArticleAlias ( DataContainer $dc ) : string |
Return the edit article alias wizard |
|
editForm ( DataContainer $dc ) : string |
Return the edit form wizard |
|
editModule ( DataContainer $dc ) : string |
Return the edit module wizard |
|
extractVimeoId ( mixed $varValue, DataContainer $dc ) : mixed |
Extract the Vimeo ID from an URL |
|
extractYouTubeId ( mixed $varValue, DataContainer $dc ) : mixed |
Extract the YouTube ID from an URL |
|
getAlias ( ) : array |
Get all content elements and return them as array (content element alias) |
|
getArticleAlias ( DataContainer $dc ) : array |
Get all articles and return them as array (article alias) |
|
getArticles ( DataContainer $dc ) : array |
Get all articles and return them as array (article teaser) |
|
getContentElementGroup ( string $element ) : string |
Return the group of a content element |
|
getContentElements ( ) : array |
Return all content elements as array |
|
getElementTemplates ( DataContainer $dc ) : array |
Return all content element templates as array |
|
getForms ( ) : array |
Get all forms and return them as array |
|
getGalleryTemplates ( ) : array |
Return all gallery templates as array |
|
getModules ( ) : array |
Get all modules and return them as array |
|
listImportWizard ( ) : string |
Add a link to the list items import wizard |
|
pagePicker ( DataContainer $dc ) : string |
Return the link picker wizard |
|
setMultiSrcFlags ( mixed $varValue, DataContainer $dc ) : mixed |
Dynamically add flags to the "multiSRC" field |
|
setRteSyntax ( mixed $varValue, DataContainer $dc ) : string |
Dynamically set the ace syntax |
|
setSingleSrcFlags ( mixed $varValue, DataContainer $dc ) : mixed |
Dynamically add flags to the "singleSRC" field |
|
showJsLibraryHint ( $dc ) |
Show a hint if a JavaScript library needs to be included in the page layout |
|
storeFileMetaInformation ( mixed $varValue, DataContainer $dc ) : mixed |
Pre-fill the "alt" and "caption" fields with the file meta data |
|
tableImportWizard ( ) : string |
Add a link to the table items import wizard |
|
toggleIcon ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the "toggle visibility" button |
|
toggleVisibility ( integer $intId, boolean $blnVisible, DataContainer $dc = null ) |
Toggle the visibility of an element |
|