JEditor/1.5
From Joomla! Documentation
< JEditor(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 55: | Line 55: | ||
<source lang="php">jimport( 'joomla.html.editor' );</source> | <source lang="php">jimport( 'joomla.html.editor' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JEditor''' on [http://api.joomla.org/Joomla-Framework/ | + | * {{JVer|1.5}} '''JEditor''' on [http://api.joomla.org/1.5/Joomla-Framework/HTML/JEditor.html api.joomla.org] |
* {{JVer|1.5}} '''JEditor source code''' on [[jframework15:html/editor.php|JoomlaCode]] | * {{JVer|1.5}} '''JEditor source code''' on [[jframework15:html/editor.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
Latest revision as of 14:18, 13 February 2013
[edit]
JEditor
[edit] Description
Description:JEditor [Edit Descripton]
[edit] 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
[edit] Importing
jimport( 'joomla.html.editor' );
[edit] See also
-
JEditor on api.joomla.org
-
JEditor source code on JoomlaCode
-
Subpackage Html
- Other versions of JEditor
SeeAlso:JEditor [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />