API17

API17:JEditor::getInstance

From Joomla! Documentation

Joomla 11.1 JEditor::getInstance

Description

Returns the global Editor object, only creating it if it doesn't already exist.


public static function getInstance ($editor= 'none')
Parameter Type Default Description
$editor string 'none' The editor to use.
  • Returns The Editor object.
  • Defined on line 69 of libraries/joomla/html/editor.php
  • Referenced by

See also


User contributed notes

Code Examples