JFormFieldGroupedList: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JFormFieldGroupedList}... |
m clean up |
||
Line 1: | Line 1: | ||
{{subst:Description:JFormFieldGroupedList}} | |||
{{Description:JFormFieldGroupedList}} | |||
===Defined in=== | ===Defined in=== | ||
Line 10: | Line 7: | ||
<source lang="php">jimport( 'joomla.form.fields.groupedlist' );</source> | <source lang="php">jimport( 'joomla.form.fields.groupedlist' );</source> | ||
{{subst:SeeAlso:JFormFieldGroupedList}} | |||
{{SeeAlso:JFormFieldGroupedList}} | |||
===Examples=== | ===Examples=== |
Revision as of 14:02, 24 March 2017
{{subst:Description:JFormFieldGroupedList}}
Defined in
libraries/joomla/form/fields/groupedlist.php
Importing
jimport( 'joomla.form.fields.groupedlist' );
{{subst:SeeAlso:JFormFieldGroupedList}}
Examples
<CodeExamplesForm />