lucee.Componentcontentbox.modules.contentbox-admin.modules.contentbox-ckeditor.models.CKEditor
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- CKEditor Implementation
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
TOOLBAR_JSON
The static JSON for our default toolbar.
|
true
|
false
|
|
any
|
extraPlugins
The extra plugins we have created for CKEditor.
|
true
|
false
|
|
any
|
log
|
true
|
false
|
Constructor Summary | |
---|---|
init(any coldbox, any settingService, any html)
Constructor. |
Method Summary | |
---|---|
private any
|
compileJS(any iData, any iData2, any iData3, any iData4)
Compile the needed JS to display into the screen. |
any
|
getDisplayName()
Get the display name of an editor. |
string
|
getExtraPlugins()
|
string
|
getLog()
|
any
|
getName()
Get the internal name of an editor. |
string
|
getTOOLBAR_JSON()
|
any
|
loadAssets()
This is fired once editor javascript loads, you can use this to return back functions, asset calls, etc. |
any
|
setExtraPlugins(any extraPlugins)
|
any
|
setLog(any log)
|
any
|
setTOOLBAR_JSON(any TOOLBAR_JSON)
|
any
|
shutdown()
Shutdown the editor(s) on a page. |
any
|
startup()
Startup the editor(s) on a page. |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
coldbox
settingService
html
Property Detail |
---|
The static JSON for our default toolbar
access
- publicrequired
- falsereturntype
- anyserializable
- trueThe extra plugins we have created for CKEditor
access
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- logbox:logger:{this}serializable
- trueMethod Detail |
---|
Compile the needed JS to display into the screen
iData
iData2
iData3
iData4
Get the display name of an editor
getDisplayName
in interface
IEditor
Get the internal name of an editor
getName
in interface
IEditor
This is fired once editor javascript loads, you can use this to return back functions, asset calls, etc. return the appropriate JavaScript
loadAssets
in interface
IEditor
extraPlugins
log
TOOLBAR_JSON
Shutdown the editor(s) on a page
shutdown
in interface
IEditor
Startup the editor(s) on a page
startup
in interface
IEditor