API17:JEditor
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JEditor
Defined in
libraries/joomla/html/editor.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | constructor |
| display | Display the editor area. |
| getButtons | Get the editor buttons. |
| getContent | Get the editor contents. |
| initialise | Initialise the editor. |
| save | Save the editor content. |
| setContent | Set the editor contents. |
| getInstance | Returns the global Editor object, only creating it if it doesn't already exist. |
| _loadEditor | Load the editor. |
Importing
jimport( 'joomla.html.editor' );
See also
- JEditor source code in BitBucket
- Other versions of this class
SeeAlso:JEditor [Edit See Also]
Examples
<CodeExamplesForm />
