initialize() initialize(array $params = array()) Initialize the editor. Parameters array $params Additional parameters.
getJS() getJS() : array Returns the JS code needed to instantiate the editor. Returns array — Two keys: files: (array) Javascript files that need to be loaded by browser. scrips: (array) Code that needs to be run on the browser.
supportedByBrowser() supportedByBrowser() : boolean Does the current browser support the Horde_Editor driver. Returns boolean — True if the browser supports the editor.