JElementMenuItem/1.5
From Joomla! Documentation
< JElementMenuItem(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JElementMenuItem== | ||
| + | ===Description=== | ||
| + | {{Description:JElementMenuItem}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JElementMenuItem|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JElementMenuItem|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JElementMenuItem::fetchElement/1.5|fetchElement]] | |[[JElementMenuItem::fetchElement/1.5|fetchElement]] | ||
| | | | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/html/parameter/element/menuitem.php | ||
| + | * '''Extends''' [[JElement/1.5|JElement]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.parameter.element.menuitem' );</source> | <source lang="php">jimport( 'joomla.html.parameter.element.menuitem' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JElementMenuItem''' on [http://api.joomla.org/Joomla-Framework/Html/JElementMenuItem.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JElementMenuItem source code''' on [[jframework15:html/parameter/element/menuitem.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
| + | * [[JElementMenuItem|Other versions of JElementMenuItem]] | ||
| + | {{SeeAlso:JElementMenuItem}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JElementMenuItem|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JElementMenuItem|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 38: | Line 39: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JElementMenuItem]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JElementMenuItem]]</noinclude> | ||
Revision as of 18:08, 25 April 2011
JElementMenuItem
Description
Description:JElementMenuItem [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | fetchElement |
- Defined in libraries/joomla/html/parameter/element/menuitem.php
- Extends JElement
Importing
jimport( 'joomla.html.parameter.element.menuitem' );
See also
-
JElementMenuItem on api.joomla.org
-
JElementMenuItem source code on JoomlaCode
-
Subpackage Html
- Other versions of JElementMenuItem
SeeAlso:JElementMenuItem [Edit See Also]
User contributed notes
<CodeExamplesForm />