API17

Difference between revisions of "JEditor:: construct"

From Joomla! Documentation

m (JoomlaWikiBot moved page JEditor:: construct/11.1 to API17:JEditor:: construct without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Constructor.  
 
Constructor.  
  
{{Description:JEditor::__construct}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JEditor::__construct|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function __construct ($editor= 'none')
 
public function __construct ($editor= 'none')
Line 28: Line 26:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JEditor::__construct source code''' on [[jplatform:html/editor.php#cl-49|BitBucket]]
 
* {{JVer|11.1}} '''JEditor::__construct source code''' on [[jplatform:html/editor.php#cl-49|BitBucket]]
* {{JVer|11.1}} Class [[JEditor/11.1|JEditor]]
+
* {{JVer|11.1}} Class [[API17:JEditor|JEditor]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JEditor::__construct|Other versions of JEditor::__construct]]
+
* [[API17:JEditor::__construct|Other versions of JEditor::__construct]]
{{SeeAlso:JEditor::__construct}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JEditor::__construct|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JEditor::__construct
 
category=JEditor::__construct
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 46: Line 42:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JEditor]][[Category:JEditor::__construct]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:55, 24 March 2017

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

Joomla 11.1 JEditor::__construct[edit]

Description[edit]

Constructor.


public function __construct ($editor= 'none')
Parameter Type Default Description
$editor string 'none' The editor name
  • Returns
  • Defined on line 57 of libraries/joomla/html/editor.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]