|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.fckeditor
public class 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 railo-context.Component |
---|
|
Method Detail |
---|
public void Create()
public string CreateHtml()
private string GetConfigFieldString()
private string getHtmlEditor()
private string getTextArea()
private boolean isCompatible()
|
Mura CMS 6.1 | ||||
FRAMES |