API16:JEditor/ construct
From Joomla! Documentation
Description
constructor
<! removed transcluded page call, red link never existed >
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;
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples