API16

JFormFieldGroupedList: 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:JFormFieldGroupedList}...
 
m preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JFormFieldGroupedList|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JFormFieldGroupedList}}
===Defined in===
===Defined in===
libraries/joomla/form/fields/groupedlist.php
libraries/joomla/form/fields/groupedlist.php
Line 10: Line 5:
<source lang="php">jimport( 'joomla.form.fields.groupedlist' );</source>
<source lang="php">jimport( 'joomla.form.fields.groupedlist' );</source>


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


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

Latest revision as of 01:42, 25 March 2017

Defined in

libraries/joomla/form/fields/groupedlist.php

Importing

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



Examples

Code Examples