API16

API16:JEditor/ construct

From Joomla! Documentation

Revision as of 22:49, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== constructor <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{D...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

constructor

[Edit Descripton]

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 />