JElementMenu: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JElementMenu}}
===Defined in... |
m preparing for archive only |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/html/parameter/element/menu.php | libraries/joomla/html/parameter/element/menu.php | ||
Line 15: | Line 10: | ||
| | | | ||
|} | |} | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.parameter.element.menu' );</source> | <source lang="php">jimport( 'joomla.html.parameter.element.menu' );</source> | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JElementMenu | category=JElementMenu | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> |
Latest revision as of 01:35, 25 March 2017
Defined in
libraries/joomla/html/parameter/element/menu.php
Methods
Method name | Description |
---|---|
fetchElement |
Importing
jimport( 'joomla.html.parameter.element.menu' );
Examples
Code Examples