API16

API16:JEditor

From Joomla! Documentation

Revision as of 22:49, 22 March 2010 by Doxiki (talk | contribs) (New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JEditor}} ===Defined in=== libra...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Edit Descripton] Template:Description:JEditor

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] Template:SeeAlso:JEditor

Examples

<CodeExamplesForm />