Mura CMS 6.1

mura
Class fckeditor

railo-context.Component
        extended by mura.fckeditor

public class fckeditor
extends railo-context.Component

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

Create

public void Create()
Outputs the editor HTML in the place where the function is called


CreateHtml

public string CreateHtml()
Retrieves the editor HTML


GetConfigFieldString

private string GetConfigFieldString()
Create configuration string: Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)


getHtmlEditor

private string getHtmlEditor()
Create the html editor instance for compatible browsers.


getTextArea

private string getTextArea()
Create a textarea field for non-compatible browsers.


isCompatible

private boolean isCompatible()
Check browser compatibility via HTTP_USER_AGENT, if checkBrowser is true


Mura CMS 6.1