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