API17:JFormFieldRadio
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JFormFieldRadio== | ||
| + | ===Description=== | ||
| + | {{Description:JFormFieldRadio}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JFormFieldRadio|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFormFieldRadio|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |protected | ||
|[[JFormFieldRadio::getInput/11.1|getInput]] | |[[JFormFieldRadio::getInput/11.1|getInput]] | ||
|Method to get the field input markup. | |Method to get the field input markup. | ||
|- | |- | ||
| + | |protected | ||
|[[JFormFieldRadio::getOptions/11.1|getOptions]] | |[[JFormFieldRadio::getOptions/11.1|getOptions]] | ||
|Method to get the field options. | |Method to get the field options. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/form/fields/radio.php | ||
| + | * '''Extends''' [[JFormField/11.1|JFormField]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.form.fields.radio' );</source> | <source lang="php">jimport( 'joomla.form.fields.radio' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JFormFieldRadio source code | + | * {{JVer|11.1}} '''JFormFieldRadio source code''' on [[jplatform:form/fields/radio.php|BitBucket]] |
| − | * [[JFormFieldRadio|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]] |
| + | * [[JFormFieldRadio|Other versions of JFormFieldRadio]] | ||
{{SeeAlso:JFormFieldRadio}} | {{SeeAlso:JFormFieldRadio}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFormFieldRadio|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFormFieldRadio|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 42: | Line 42: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldRadio]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldRadio]]</noinclude> | ||
Revision as of 18:02, 27 April 2011
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.
JFormFieldRadio
Description
Description:JFormFieldRadio [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| protected | getInput | Method to get the field input markup. |
| protected | getOptions | Method to get the field options. |
- Defined in libraries/joomla/form/fields/radio.php
- Extends JFormField
Importing
jimport( 'joomla.form.fields.radio' );
See also
-
JFormFieldRadio source code on BitBucket
-
Subpackage Form
- Other versions of JFormFieldRadio
SeeAlso:JFormFieldRadio [Edit See Also]
User contributed notes
<CodeExamplesForm />
