lucee.Componentcoldbox.system.FrameworkSupertype
coldbox.system.EventHandler
coldbox.system.RestHandler
contentbox.modules.contentbox-admin.handlers.baseHandler
contentbox.modules.contentbox-admin.handlers.menus
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Manage custom site menus
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
HTMLHelper
|
true
|
false
|
|
any
|
menuItemService
|
true
|
false
|
|
any
|
menuService
|
true
|
false
|
Method Summary | |
---|---|
any
|
createMenuItem([any event], [any rc], [any prc])
Create a menu item for a provider. |
any
|
editor([any event], [any rc], [any prc])
Show Editor. |
any
|
export([any event], [any rc], [any prc])
Export a menu. |
any
|
exportAll([any event], [any rc], [any prc])
Export Multiple menus. |
any
|
filebrowser([any event], [any rc], [any prc])
custom filebrowser "widget" for media item selections. |
any
|
importAll([any event], [any rc], [any prc])
Import menu from json data. |
any
|
index([any event], [any rc], [any prc])
Menu Manager index. |
any
|
menuTable([any event], [any rc], [any prc])
Build out the index table for the async loaded menus. |
any
|
preHandler([any event], [any action], [any eventArguments], [any rc], [any prc])
|
any
|
preview([any event], [any rc], [any prc])
Preview the menu built. |
any
|
remove([any event], [any rc], [any prc])
Remove a menu. |
any
|
save([any event], [any rc], [any prc])
Save Menu. |
any
|
slugUnique([any event], [any rc], [any prc])
Verify if slug is unique. |
any
|
slugify([any event], [any rc], [any prc])
slugify remotely. |
Methods inherited from class contentbox.modules.contentbox-admin.handlers.baseHandler |
---|
getMaxRows, getPageOffset |
Methods inherited from class coldbox.system.RestHandler |
---|
aroundHandler, onAnyOtherException, onAuthenticationFailure, onAuthorizationFailure, onEntityNotFoundException, onError, onExpectationFailed, onInvalidHTTPMethod, onInvalidRoute, onMissingAction, onValidationException |
Methods inherited from class coldbox.system.EventHandler |
---|
_actionExists, _actionMetadata, _privateInvoker, init, onHandlerDIComplete |
Methods inherited from class coldbox.system.FrameworkSupertype |
---|
announce, announceInterception, async, back, externalView, forAttribute, getCache, getCachebox, getColdBoxSetting, getController, getDateTimeHelper, getEnv, getFlash, getFlow, getInstance, getIsoTime, getJsonUtil, getLog, getLogBox, getModuleConfig, getModuleSettings, getRenderer, getRequestCollection, getRequestContext, getRootWireBox, getSetting, getSystemProperty, getSystemSetting, getUserSessionIdentifier, getWirebox, ifNull, ifPresent, inDebugMode, includeUDF, isDevelopment, isProduction, isTesting, layout, listen, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populate, populateModel, relocate, renderExternalView, renderLayout, renderview, runEvent, runRoute, setCachebox, setController, setEnv, setFlash, setFlow, setJsonUtil, setLog, setLogBox, setSetting, setWirebox, settingExists, throwIf, throwUnless, toJson, unless, view, when |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- HTMLHelper@coldboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- menuItemService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- menuService@contentboxserializable
- trueMethod Detail |
---|
Create a menu item for a provider
event
rc
prc
Show Editor
event
rc
prc
Export a menu
event
rc
prc
Export Multiple menus
event
rc
prc
custom filebrowser "widget" for media item selections
event
rc
prc
Import menu from json data
event
rc
prc
Menu Manager index
event
rc
prc
Build out the index table for the async loaded menus
event
rc
prc
event
action
eventArguments
rc
prc
Preview the menu built
event
rc
prc
Remove a menu
event
rc
prc
Save Menu
event
rc
prc
Verify if slug is unique
event
rc
prc
slugify remotely
event
rc
prc