API17

Difference between revisions of "JFormFieldList"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JFormFieldList==
 +
===Description===
 +
{{Description:JFormFieldList}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JFormFieldList|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JFormFieldList|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JFormFieldList}}
 
===Defined in===
 
libraries/joomla/form/fields/list.php
 
* see source code in [[jplatform:form/fields/list.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Form/11.1|Form]]
 
===Extends===
 
[[JFormField/11.1|JFormField]]
 
===Extended by===
 
* [[JFormFieldAccessLevel/11.1|JFormFieldAccessLevel]]
 
* [[JFormFieldCacheHandler/11.1|JFormFieldCacheHandler]]
 
* [[JFormFieldCategory/11.1|JFormFieldCategory]]
 
* [[JFormFieldCombo/11.1|JFormFieldCombo]]
 
* [[JFormFieldContentLanguage/11.1|JFormFieldContentLanguage]]
 
* [[JFormFieldEditors/11.1|JFormFieldEditors]]
 
* [[JFormFieldFileList/11.1|JFormFieldFileList]]
 
* [[JFormFieldFolderList/11.1|JFormFieldFolderList]]
 
* [[JFormFieldHelpsite/11.1|JFormFieldHelpsite]]
 
* [[JFormFieldInteger/11.1|JFormFieldInteger]]
 
* [[JFormFieldLanguage/11.1|JFormFieldLanguage]]
 
* [[JFormFieldMenu/11.1|JFormFieldMenu]]
 
* [[JFormFieldSessionHandler/11.1|JFormFieldSessionHandler]]
 
* [[JFormFieldSQL/11.1|JFormFieldSQL]]
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
 +
|protected
 
|[[JFormFieldList::getInput/11.1|getInput]]
 
|[[JFormFieldList::getInput/11.1|getInput]]
 
|Method to get the field input markup.  
 
|Method to get the field input markup.  
 
|-
 
|-
 +
|protected
 
|[[JFormFieldList::getOptions/11.1|getOptions]]
 
|[[JFormFieldList::getOptions/11.1|getOptions]]
 
|Method to get the field options.  
 
|Method to get the field options.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/form/fields/list.php
 +
* '''Extends''' [[JFormField/11.1|JFormField]]
 +
* '''Extended by'''
 +
** [[JFormFieldAccessLevel/11.1|JFormFieldAccessLevel]]
 +
** [[JFormFieldCacheHandler/11.1|JFormFieldCacheHandler]]
 +
** [[JFormFieldCategory/11.1|JFormFieldCategory]]
 +
** [[JFormFieldCombo/11.1|JFormFieldCombo]]
 +
** [[JFormFieldContentLanguage/11.1|JFormFieldContentLanguage]]
 +
** [[JFormFieldEditors/11.1|JFormFieldEditors]]
 +
** [[JFormFieldFileList/11.1|JFormFieldFileList]]
 +
** [[JFormFieldFolderList/11.1|JFormFieldFolderList]]
 +
** [[JFormFieldHelpsite/11.1|JFormFieldHelpsite]]
 +
** [[JFormFieldInteger/11.1|JFormFieldInteger]]
 +
** [[JFormFieldLanguage/11.1|JFormFieldLanguage]]
 +
** [[JFormFieldMenu/11.1|JFormFieldMenu]]
 +
** [[JFormFieldSessionHandler/11.1|JFormFieldSessionHandler]]
 +
** [[JFormFieldSQL/11.1|JFormFieldSQL]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.form.fields.list' );</source>
 
<source lang="php">jimport( 'joomla.form.fields.list' );</source>
 
===See also===
 
===See also===
* JFormFieldList source code in [[jplatform:form/fields/list.php|BitBucket]]
+
* {{JVer|11.1}} '''JFormFieldList source code''' on [[jplatform:form/fields/list.php|BitBucket]]
* [[JFormFieldList|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]]
 +
* [[JFormFieldList|Other versions of JFormFieldList]]
 
{{SeeAlso:JFormFieldList}}
 
{{SeeAlso:JFormFieldList}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JFormFieldList|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JFormFieldList|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 56: Line 57:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldList]]</noinclude>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldList]]</noinclude>

Revision as of 18:02, 27 April 2011

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 JFormFieldList[edit]

Description[edit]

Template:Description:JFormFieldList [Edit Descripton]

Methods[edit]

Visibility Method name Description
protected getInput Method to get the field input markup.
protected getOptions Method to get the field options.

Importing[edit]

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

See also[edit]

Template:SeeAlso:JFormFieldList [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />