The Horde_Editor:: package provides an API to generate the code necessary for embedding javascript RTE editors in a web page.
$Horde: framework/Editor/Editor.php,v 1.8.10.14 2009/01/06 15:23:03 jan Exp $
Copyright 2003-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
Located in /Editor/Editor.php (line 17)
Class | Description |
---|---|
![]() |
The Horde_Editor_fckeditor:: class provides an WYSIWYG editor for use in the Horde Framework. |
![]() |
The Horde_Editor_tinymce:: class provides an WYSIWYG editor for use in the Horde Framework. |
![]() |
The Horde_Editor_xinha:: class provides access to the Xinha editor for use in the Horde Framework. |
List the available editors.
Can be called statically: Horde_Editor::availableEditors();
Attempts to return a concrete Horde_Editor instance based on $driver.
Returns the JS code needed to instantiate the editor.
Attempts to return a reference to a concrete Horde_Editor instance based on $driver. It will only create a new instance if no Horde_Editor instance with the same parameters currently exists.
This should be used if multiple cache backends (and, thus, multiple Horde_Editor instances) are required.
This method must be invoked as: $var = &Horde_Editor::singleton()
Documentation generated on Sun, 30 Jan 2011 05:17:04 +0000 by phpDocumentor 1.4.3