JElementRadio: Difference between revisions
From Joomla! Documentation
Layout updates |
Updated to r1448:247ba8d88526 |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
=={{JVer|11.1}} JElementRadio== | |||
===Description=== | |||
{{Description:JElementRadio}} | |||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JElementRadio|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JElementRadio|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
!Visibility | |||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
|public | |||
|[[JElementRadio::fetchElement/11.1|fetchElement]] | |[[JElementRadio::fetchElement/11.1|fetchElement]] | ||
| | | | ||
|- | |- | ||
|} | |} | ||
* '''Defined in''' libraries/joomla/html/parameter/element/radio.php | |||
* '''Extends''' [[JElement/11.1|JElement]] | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.parameter.element.radio' );</source> | <source lang="php">jimport( 'joomla.html.parameter.element.radio' );</source> | ||
===See also=== | ===See also=== | ||
* JElementRadio source code | * {{JVer|11.1}} '''JElementRadio source code''' on [[jplatform:html/parameter/element/radio.php|BitBucket]] | ||
* [[JElementRadio|Other versions of | * {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]] | ||
* [[JElementRadio|Other versions of JElementRadio]] | |||
{{SeeAlso:JElementRadio}} | {{SeeAlso:JElementRadio}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JElementRadio|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JElementRadio|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 39: | Line 38: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JElementRadio]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JElementRadio]]</noinclude> | ||
Revision as of 23:00, 27 April 2011
JElementRadio
Description
Template:Description:JElementRadio [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | fetchElement |
- Defined in libraries/joomla/html/parameter/element/radio.php
- Extends JElement
Importing
jimport( 'joomla.html.parameter.element.radio' );
See also
JElementRadio source code on BitBucket
Subpackage Html- Other versions of JElementRadio
Template:SeeAlso:JElementRadio [Edit See Also]
User contributed notes
<CodeExamplesForm />