API15

API15:JEditor

From Joomla! Documentation

Defined in

libraries/joomla/html/editor.php

Methods

Method name Description
__construct constructor
getInstance Returns a reference to a global Editor object, only creating it if it doesn't already exist.
initialise Initialize the editor
display Present a text area
save Save the editor content
getContent Get the editor contents
setContent Set the editor contents
getButtons Get the editor buttons

Importing

jimport( 'joomla.html.editor' );



Examples

Code Examples