API17

Difference between revisions of "JFormFieldMenu"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|protected  
 
|protected  
|[[JFormFieldMenu::getOptions/11.1|getOptions]]
+
|[[API17:JFormFieldMenu::getOptions|getOptions]]
 
|Method to get the field options.  
 
|Method to get the field options.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/form/fields/menu.php
 
* '''Defined in''' libraries/joomla/form/fields/menu.php
* '''Extends''' [[JFormFieldList/11.1|JFormFieldList]]
+
* '''Extends''' [[API17:JFormFieldList|JFormFieldList]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.form.fields.menu' );</source>
 
<source lang="php">jimport( 'joomla.form.fields.menu' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFormFieldMenu source code''' on [[jplatform:form/fields/menu.php|BitBucket]]
 
* {{JVer|11.1}} '''JFormFieldMenu source code''' on [[jplatform:form/fields/menu.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]]
* [[JFormFieldMenu|Other versions of JFormFieldMenu]]
+
* [[API17:JFormFieldMenu|Other versions of JFormFieldMenu]]
 
{{SeeAlso:JFormFieldMenu}}
 
{{SeeAlso:JFormFieldMenu}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

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

Description[edit]

Template:Description:JFormFieldMenu [Edit Descripton]

Methods[edit]

Visibility Method name Description
protected getOptions Method to get the field options.
  • Defined in libraries/joomla/form/fields/menu.php
  • Extends JFormFieldList

Importing[edit]

jimport( 'joomla.form.fields.menu' );

See also[edit]

Template:SeeAlso:JFormFieldMenu [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />