API16: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
Contents |
Defined in
libraries/joomla/html/editor.php
Methods
| Method name | Description |
|---|---|
| __construct | constructor |
| initialise | Initialise the editor |
| display | Display the editor area. |
| save | Save the editor content |
| getContent | Get the editor contents |
| setContent | Set the editor contents |
| getButtons | Get the editor buttons |
| getInstance | Returns the global Editor object, only creating it if it doesn't already exist. |
Importing
jimport( 'joomla.html.editor' );
[Edit See Also] SeeAlso:JEditor
Examples
<CodeExamplesForm />
