Class JEditor
JEditor class to handle WYSIWYG editors
- JObject
- JEditor
Package: Joomla\Libraries\Editor
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.5
Located at cms/editor/editor.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.5
Located at cms/editor/editor.php
Methods summary
public
|
|
public static
|
#
getInstance( string $editor = 'none' )
Returns the global Editor object, only creating it if it doesn't already exist. |
public
mixed
|
|
public
|
|
public
boolean
|
|
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
array
|
#
getButtons( string $editor, mixed $buttons = true )
Get the editor extended buttons (usually from plugins) |
protected
mixed
|
Methods inherited from JObject
__toString()
,
def()
,
get()
,
getError()
,
getErrors()
,
getProperties()
,
set()
,
setError()
,
setProperties()
Magic methods summary
Properties summary
protected
array
|
$_observers |
#
An array of Observer objects to notify |
protected
mixed
|
$_state |
#
The state of the observable object |
protected
array
|
$_methods |
#
A multi dimensional array of [function][] = key for observers |
protected
object
|
$_editor |
#
Editor Plugin object |
protected
string
|
$_name |
#
Editor Plugin name |
protected
string
|
$asset |
#
Object asset |
protected
string
|
$author |
#
Object author |
protected static
|
$instances |
#
JEditor instances container. |