API17:JFormFieldTemplateStyle
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JFormFieldTemplateStyle== | ||
| + | ===Description=== | ||
| + | {{Description:JFormFieldTemplateStyle}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JFormFieldTemplateStyle|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFormFieldTemplateStyle|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |protected | ||
|[[JFormFieldTemplateStyle::getGroups/11.1|getGroups]] | |[[JFormFieldTemplateStyle::getGroups/11.1|getGroups]] | ||
|Method to get the field option groups. | |Method to get the field option groups. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/form/fields/templatestyle.php | ||
| + | * '''Extends''' [[JFormFieldGroupedList/11.1|JFormFieldGroupedList]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.form.fields.templatestyle' );</source> | <source lang="php">jimport( 'joomla.form.fields.templatestyle' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JFormFieldTemplateStyle source code | + | * {{JVer|11.1}} '''JFormFieldTemplateStyle source code''' on [[jplatform:form/fields/templatestyle.php|BitBucket]] |
| − | * [[JFormFieldTemplateStyle|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]] |
| + | * [[JFormFieldTemplateStyle|Other versions of JFormFieldTemplateStyle]] | ||
{{SeeAlso:JFormFieldTemplateStyle}} | {{SeeAlso:JFormFieldTemplateStyle}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFormFieldTemplateStyle|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFormFieldTemplateStyle|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:JFormFieldTemplateStyle]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldTemplateStyle]]</noinclude> | ||
Revision as of 18:03, 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.
JFormFieldTemplateStyle
Description
Description:JFormFieldTemplateStyle [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| protected | getGroups | Method to get the field option groups. |
- Defined in libraries/joomla/form/fields/templatestyle.php
- Extends JFormFieldGroupedList
Importing
jimport( 'joomla.form.fields.templatestyle' );
See also
-
JFormFieldTemplateStyle source code on BitBucket
-
Subpackage Form
- Other versions of JFormFieldTemplateStyle
SeeAlso:JFormFieldTemplateStyle [Edit See Also]
User contributed notes
<CodeExamplesForm />
