JEditor/1.5
From Joomla! Documentation
< JEditor
JEditor
Description
Description:JEditor [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | constructor |
| public | _loadEditor | Load the editor. |
| public | display | Present a text area. |
| public | getButtons | Get the editor buttons. |
| public | getContent | Get the editor contents. |
| public | getInstance | Returns a reference to a global Editor object, only creating it if it doesn't already exist. |
| public | initialise | Initialize the editor. |
| public | save | Save the editor content. |
| public | setContent | Set the editor contents. |
- Defined in libraries/joomla/html/editor.php
- Extends JObservable
Importing
jimport( 'joomla.html.editor' );
See also
-
JEditor on api.joomla.org
-
JEditor source code on JoomlaCode
-
Subpackage Html
- Other versions of JEditor
SeeAlso:JEditor [Edit See Also]
User contributed notes
<CodeExamplesForm />