API17

Difference between revisions of "JEditor"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/html/editor.php
 
libraries/joomla/html/editor.php
 +
* see source code in [[jplatform:html/editor.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Html/11.1|Html]]
 
[[Subpackage Html/11.1|Html]]
Line 48: Line 49:
 
<source lang="php">jimport( 'joomla.html.editor' );</source>
 
<source lang="php">jimport( 'joomla.html.editor' );</source>
 
===See also===
 
===See also===
 +
* JEditor source code in [[jplatform:html/editor.php|BitBucket]]
 
* [[JEditor|Other versions of this class]]
 
* [[JEditor|Other versions of this class]]
 
{{SeeAlso:JEditor}}
 
{{SeeAlso:JEditor}}

Revision as of 17:52, 23 April 2011

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.

[Edit Descripton] Template:Description:JEditor

Defined in[edit]

libraries/joomla/html/editor.php

Subpackage[edit]

Html

Extends[edit]

JObservable

Extended by[edit]

Methods[edit]

Method name Description
__construct constructor
display Display the editor area.
getButtons Get the editor buttons.
getContent Get the editor contents.
initialise Initialise the editor.
save Save the editor content.
setContent Set the editor contents.
getInstance Returns the global Editor object, only creating it if it doesn't already exist.
_loadEditor Load the editor.

Importing[edit]

jimport( 'joomla.html.editor' );

See also[edit]

Template:SeeAlso:JEditor [Edit See Also]

Examples[edit]

<CodeExamplesForm />