API16

API16:JEditor

From Joomla! Documentation

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' );



Examples

Code Examples