API16:JEditor/ construct
From Joomla! Documentation
Description
constructor
Template:Description:JEditor/ construct
Syntax
__construct($editor= 'none')
| Parameter Name | Default Value | Description |
|---|---|---|
| $editor | 'none' | The editor name |
Defined in
libraries/joomla/html/editor.php
Importing
jimport( 'joomla.html.editor' );
Source Body
public function __construct($editor = 'none')
{
$this->_name = $editor;
}
[Edit See Also] Template:SeeAlso:JEditor/ construct
Examples
<CodeExamplesForm />