lucee.Componentcontentbox.models.ui.editors.TextareaEditor
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Simple textarea editor
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
log
|
true
|
false
|
Constructor Summary | |
---|---|
init()
Constructor. |
Method Summary | |
---|---|
any
|
getDisplayName()
Get the display name of an editor. |
string
|
getLog()
|
any
|
getName()
Get the internal name of an editor. |
any
|
loadAssets()
This is fired once editor javascript loads, you can use this to return back functions, asset calls, etc. |
any
|
setLog(any log)
|
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
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- logbox:logger:{this}serializable
- trueMethod Detail |
---|
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
log
Shutdown the editor(s) on a page
shutdown
in interface
IEditor
Startup the editor(s) on a page
startup
in interface
IEditor