lucee.Component
mura.fckeditor
Create an instance of the FCKeditor.
| Method Summary | |
|---|---|
void
|
Create()
Outputs the editor HTML in the place where the function is called. |
string
|
CreateHtml()
Retrieves the editor HTML. |
private string
|
GetConfigFieldString()
Create configuration string: Key1=Value1&Key2=Value2&. |
private string
|
getHtmlEditor()
Create the html editor instance for compatible browsers. |
private string
|
getTextArea()
Create a textarea field for non-compatible browsers. |
private boolean
|
isCompatible()
Check browser compatibility via HTTP_USER_AGENT, if checkBrowser is true. |
| Methods inherited from class lucee.Component |
|---|
| None |
| Method Detail |
|---|
Outputs the editor HTML in the place where the function is called
Retrieves the editor HTML
Create configuration string: Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)
Create the html editor instance for compatible browsers.
Create a textarea field for non-compatible browsers.
Check browser compatibility via HTTP_USER_AGENT, if checkBrowser is true