API17:JFormFieldInteger
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
m (moving preparation) |
||
| (3 intermediate revisions by one user not shown) | |||
| Line 14: | Line 14: | ||
|- | |- | ||
|protected | |protected | ||
| − | |[[JFormFieldInteger::getOptions | + | |[[API17:JFormFieldInteger::getOptions|getOptions]] |
|Method to get the field options. | |Method to get the field options. | ||
|- | |- | ||
|} | |} | ||
* '''Defined in''' libraries/joomla/form/fields/integer.php | * '''Defined in''' libraries/joomla/form/fields/integer.php | ||
| − | * '''Extends''' [[JFormFieldList | + | * '''Extends''' [[API17:JFormFieldList|JFormFieldList]] |
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.form.fields.integer' );</source> | <source lang="php">jimport( 'joomla.form.fields.integer' );</source> | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JFormFieldInteger source code''' on [[jplatform:form/fields/integer.php|BitBucket]] | * {{JVer|11.1}} '''JFormFieldInteger source code''' on [[jplatform:form/fields/integer.php|BitBucket]] | ||
| − | * {{JVer|11.1}} Subpackage [[Subpackage Form | + | * {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]] |
| − | * [[JFormFieldInteger|Other versions of JFormFieldInteger]] | + | * [[API17:JFormFieldInteger|Other versions of JFormFieldInteger]] |
{{SeeAlso:JFormFieldInteger}} | {{SeeAlso:JFormFieldInteger}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
| Line 41: | Line 41: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude> | + | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> |
Latest revision as of 20:47, 11 May 2013
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.
[edit]
JFormFieldInteger
[edit] Description
Description:JFormFieldInteger [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| protected | getOptions | Method to get the field options. |
- Defined in libraries/joomla/form/fields/integer.php
- Extends JFormFieldList
[edit] Importing
jimport( 'joomla.form.fields.integer' );
[edit] See also
SeeAlso:JFormFieldInteger [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />
