API17

Difference between revisions of "JFormFieldFolderList"

From Joomla! Documentation

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

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

Description[edit]

Template:Description:JFormFieldFolderList [Edit Descripton]

Methods[edit]

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

Importing[edit]

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

See also[edit]

Template:SeeAlso:JFormFieldFolderList [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />