API17:JEditor
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/html/editor.php | libraries/joomla/html/editor.php | ||
| + | * see source code in [[jplatform:html/editor.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Html/11.1|Html]] | [[Subpackage Html/11.1|Html]] | ||
| Line 48: | Line 49: | ||
<source lang="php">jimport( 'joomla.html.editor' );</source> | <source lang="php">jimport( 'joomla.html.editor' );</source> | ||
===See also=== | ===See also=== | ||
| + | * JEditor source code in [[jplatform:html/editor.php|BitBucket]] | ||
* [[JEditor|Other versions of this class]] | * [[JEditor|Other versions of this class]] | ||
{{SeeAlso:JEditor}} | {{SeeAlso:JEditor}} | ||
Revision as of 17:52, 23 April 2011
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 />
