API17

Difference between revisions of "JElementMenu"

From Joomla! Documentation

m (JoomlaWikiBot moved page JElementMenu/11.1 to API17:JElementMenu without leaving a redirect: Robot: Moved page)
m (moving preparation)
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JElementMenu::fetchElement/11.1|fetchElement]]
+
|[[API17:JElementMenu::fetchElement|fetchElement]]
 
|
 
|
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/html/parameter/element/menu.php
 
* '''Defined in''' libraries/joomla/html/parameter/element/menu.php
* '''Extends''' [[JElement/11.1|JElement]]
+
* '''Extends''' [[API17:JElement|JElement]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.html.parameter.element.menu' );</source>
 
<source lang="php">jimport( 'joomla.html.parameter.element.menu' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JElementMenu source code''' on [[jplatform:html/parameter/element/menu.php|BitBucket]]
 
* {{JVer|11.1}} '''JElementMenu source code''' on [[jplatform:html/parameter/element/menu.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JElementMenu|Other versions of JElementMenu]]
+
* [[API17:JElementMenu|Other versions of JElementMenu]]
 
{{SeeAlso:JElementMenu}}
 
{{SeeAlso:JElementMenu}}
 
<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:JElementMenu]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:33, 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 JElementMenu[edit]

Description[edit]

Template:Description:JElementMenu [Edit Descripton]

Methods[edit]

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

Importing[edit]

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

See also[edit]

Template:SeeAlso:JElementMenu [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />