API17:JFormFieldFolderList
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JFormFieldFolderList== | ||
| + | ===Description=== | ||
| + | {{Description:JFormFieldFolderList}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JFormFieldFolderList|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFormFieldFolderList|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |protected | ||
|[[JFormFieldFolderList::getOptions/11.1|getOptions]] | |[[JFormFieldFolderList::getOptions/11.1|getOptions]] | ||
|Method to get the field options. | |Method to get the field options. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/form/fields/folderlist.php | ||
| + | * '''Extends''' [[JFormFieldList/11.1|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=== | ||
| − | * [[JFormFieldFolderList|Other versions of | + | * {{JVer|11.1}} '''JFormFieldFolderList source code''' on [[jplatform:form/fields/folderlist.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]] | ||
| + | * [[JFormFieldFolderList|Other versions of JFormFieldFolderList]] | ||
{{SeeAlso:JFormFieldFolderList}} | {{SeeAlso:JFormFieldFolderList}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFormFieldFolderList|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFormFieldFolderList|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 37: | Line 38: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldFolderList]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JFormFieldFolderList]]</noinclude> |
Revision as of 13:46, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFormFieldFolderList
Description
Description:JFormFieldFolderList [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| protected | getOptions | Method to get the field options. |
- Defined in libraries/joomla/form/fields/folderlist.php
- Extends JFormFieldList
Importing
jimport( 'joomla.form.fields.folderlist' );
See also
-
JFormFieldFolderList source code on BitBucket
-
Subpackage Form
- Other versions of JFormFieldFolderList
SeeAlso:JFormFieldFolderList [Edit See Also]
User contributed notes
<CodeExamplesForm />
