API17

JEditor::getInstance

From Joomla! Documentation

Revision as of 20:32, 11 May 2013 by JoomlaWikiBot (talk | contribs) (moving preparation)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JEditor::getInstance[edit]

Description[edit]

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

Template:Description:JEditor::getInstance [Edit Descripton]

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[edit]

Template:SeeAlso:JEditor::getInstance [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />