mura

Class fckeditor

lucee.Component
    extended by mura.fckeditor

Create an instance of the FCKeditor.

Class Attributes:
  • output : false
  •  
  • displayname : FCKeditor
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    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

    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