API17

Difference between revisions of "JElementEditors"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (moving preparation)
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JElementEditors::fetchElement/11.1|fetchElement]]
+
|[[API17:JElementEditors::fetchElement|fetchElement]]
 
|
 
|
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/html/parameter/element/editors.php
 
* '''Defined in''' libraries/joomla/html/parameter/element/editors.php
* '''Extends''' [[JElement/11.1|JElement]]
+
* '''Extends''' [[API17:JElement|JElement]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.html.parameter.element.editors' );</source>
 
<source lang="php">jimport( 'joomla.html.parameter.element.editors' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JElementEditors source code''' on [[jplatform:html/parameter/element/editors.php|BitBucket]]
 
* {{JVer|11.1}} '''JElementEditors source code''' on [[jplatform:html/parameter/element/editors.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JElementEditors|Other versions of JElementEditors]]
+
* [[API17:JElementEditors|Other versions of JElementEditors]]
 
{{SeeAlso:JElementEditors}}
 
{{SeeAlso:JElementEditors}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 41: Line 41:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JElementEditors]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:32, 11 May 2013

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 JElementEditors[edit]

Description[edit]

Template:Description:JElementEditors [Edit Descripton]

Methods[edit]

Visibility Method name Description
public fetchElement
  • Defined in libraries/joomla/html/parameter/element/editors.php
  • Extends JElement

Importing[edit]

jimport( 'joomla.html.parameter.element.editors' );

See also[edit]

Template:SeeAlso:JElementEditors [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />