API15

JEditor/ construct

From Joomla! Documentation

< API15:JEditor
Revision as of 17:21, 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)

The "API15" 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.

Description[edit]

constructor

[Edit Descripton]

Template:Description:JEditor/ construct

Syntax[edit]

__construct($editor= 'none')
Parameter Name Default Value Description
$editor 'none' The editor name

Defined in[edit]

libraries/joomla/html/editor.php

Importing[edit]

jimport( 'joomla.html.editor' );

Source Body[edit]

function __construct($editor = 'none')
{
        $this->_name = $editor;
}

[Edit See Also] Template:SeeAlso:JEditor/ construct

Examples[edit]

<CodeExamplesForm />