API15

JElementMenuItem: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JElementMenuItem}} ===De...
 
m preparing for archive only
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JElementMenuItem|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JElementMenuItem}}
===Defined in===
===Defined in===
libraries/joomla/html/parameter/element/menuitem.php
libraries/joomla/html/parameter/element/menuitem.php
Line 15: Line 10:
|
|
|}
|}
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.html.parameter.element.menuitem' );</source>
<source lang="php">jimport( 'joomla.html.parameter.element.menuitem' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JElementMenuItem|Edit See Also]]<nowiki>]</nowiki>
 
</span>
{{SeeAlso:JElementMenuItem}}


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JElementMenuItem
  category=JElementMenuItem
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 00:34, 25 March 2017

Defined in

libraries/joomla/html/parameter/element/menuitem.php

Methods

Method name Description
fetchElement

Importing

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



Examples

Code Examples