lucee.Componentcoldbox.system.FrameworkSupertype
coldbox.system.EventHandler
contentbox.modules.contentbox-admin.handlers.baseHandler
contentbox.modules.contentbox-admin.handlers.themes
Manage Themes
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
contentService
|
true
|
false
|
|
any
|
themeService
|
true
|
false
|
Method Summary | |
---|---|
any
|
activate([any event], [any rc], [any prc])
Activate a theme. |
any
|
active([any event], [any rc], [any prc])
Active Theme. |
any
|
index([any event], [any rc], [any prc])
Manage themes. |
any
|
rebuildRegistry([any event], [any rc], [any prc])
Rebuild theme registry. |
any
|
remove([any event], [any rc], [any prc])
Remove a theme. |
any
|
saveSettings([any event], [any rc], [any prc])
Save theme settings. |
any
|
upload([any event], [any rc], [any prc])
Upload a new theme. |
Methods inherited from class coldbox.system.EventHandler |
---|
_actionExists, _actionMetadata, _privateInvoker, getCachebox, getFlash, getLog, getLogBox, getWirebox, init, setCachebox, setFlash, setLog, setLogBox, setWirebox |
Methods inherited from class coldbox.system.FrameworkSupertype |
---|
addAsset, announceInterception, getCache, getController, getInstance, getInterceptor, getModel, getModuleConfig, getModuleSettings, getMyPlugin, getPlugin, getRenderer, getRequestCollection, getRequestContext, getSetting, getSettingStructure, includeUDF, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderLayout, renderView, runEvent, setController, setNextEvent, setSetting, settingExists |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- id:contentService@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:themeService@cbserializable
- trueMethod Detail |
---|
Activate a theme
event
rc
prc
Active Theme
event
rc
prc
Manage themes
event
rc
prc
Rebuild theme registry
event
rc
prc
Remove a theme
event
rc
prc
Save theme settings
event
rc
prc
Upload a new theme
event
rc
prc