API17

Difference between revisions of "JEditor::getInstance"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 27: Line 27:
 
* '''Defined''' on line 69 of libraries/joomla/html/editor.php
 
* '''Defined''' on line 69 of libraries/joomla/html/editor.php
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JFactory::getEditor/11.1|JFactory::getEditor]]
+
** [[API17:JFactory::getEditor|JFactory::getEditor]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JEditor::getInstance source code''' on [[jplatform:html/editor.php#cl-61|BitBucket]]
 
* {{JVer|11.1}} '''JEditor::getInstance source code''' on [[jplatform:html/editor.php#cl-61|BitBucket]]
* {{JVer|11.1}} Class [[JEditor/11.1|JEditor]]
+
* {{JVer|11.1}} Class [[API17:JEditor|JEditor]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JEditor::getInstance|Other versions of JEditor::getInstance]]
+
* [[API17:JEditor::getInstance|Other versions of JEditor::getInstance]]
 
{{SeeAlso:JEditor::getInstance}}
 
{{SeeAlso:JEditor::getInstance}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:32, 11 May 2013

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 />