API17

Difference between revisions of "JEditor"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎User contributed notes: bad link repair)
Line 73: Line 73:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JEditor]]</noinclude>
+
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JEditor]]</noinclude>

Revision as of 13:38, 29 August 2012

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

Description[edit]

Template:Description:JEditor [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
public display Display the editor area.
public getButtons Get the editor buttons.
public getContent Get the editor contents.
public initialise Initialise the editor.
public save Save the editor content.
public setContent Set the editor contents.
public static getInstance Returns the global Editor object, only creating it if it doesn't already exist.
protected _loadEditor Load the editor.
  • Defined in libraries/joomla/html/editor.php
  • Extends JObservable

Importing[edit]

jimport( 'joomla.html.editor' );

See also[edit]

Template:SeeAlso:JEditor [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />