Documentation

ContentManager extends Module

ContentManager

Tags
copyright

CLOUDREXX CMS - CLOUDREXX AG

author

CLOUDREXX Development Team info@cloudrexx.com

subpackage

core_contentmanager

Table of Contents

Constants

JSTREE_COOKIE_LOAD  = 'jstree_load_ContentManager_node'
Name of the cookie to be used by the jstree javascript library to save the loaded nodes
JSTREE_COOKIE_OPEN  = 'jstree_open_ContentManager_node'
Name of the cookie to be used by the jstree javascript library to save the opened nodes

Properties

$act  : mixed
$assignedBackendGroups  : mixed
$assignedFrontendGroups  : mixed
$backendGroups  : mixed
$cx  : Cx
$db  : mixed
$defaultAct  : mixed
$em  : mixed
$frontendGroups  : mixed
$init  : mixed
$nodeRepository  : mixed
$pageRepository  : mixed
$template  : Sigma

Methods

__construct()  : mixed
getPage()  : mixed
actRenderCM()  : mixed
getComponentIcon()  : string
getCustomContentTemplates()  : mixed
getDefaultTemplates()  : mixed
getFallbackArray()  : mixed
getLangArray()  : mixed
getLangLabels()  : mixed
getLangOptions()  : mixed
getLiteralComponentName()  : string
getSkinOptions()  : mixed
getTemplateFolders()  : mixed
getThemes()  : mixed
showMediaBrowserButton()  : string
Display the MediaBrowser button

Constants

Name of the cookie to be used by the jstree javascript library to save the loaded nodes

public mixed JSTREE_COOKIE_LOAD = 'jstree_load_ContentManager_node'

Name of the cookie to be used by the jstree javascript library to save the opened nodes

public mixed JSTREE_COOKIE_OPEN = 'jstree_open_ContentManager_node'

Properties

Methods

__construct()

public __construct(string $act, mixed $template, mixed $db, mixed $init) : mixed
Parameters
$act : string
$template : mixed
$db : mixed

the ADODB db object

$init : mixed

the Init object

getComponentIcon()

protected getComponentIcon(string $componentName) : string

This should be get from component directly

Parameters
$componentName : string
Return values
string

getLiteralComponentName()

protected getLiteralComponentName(string $componentName) : string

This should be get from component directly

Parameters
$componentName : string
Return values
string

showMediaBrowserButton()

Display the MediaBrowser button

protected showMediaBrowserButton(string $name[, string $type = 'filebrowser' ]) : string
Parameters
$name : string

callback function name

$type : string = 'filebrowser'

mediabrowser type

Tags
global

array $_ARRAYLANG

Return values
string

        
On this page

Search results