API17

Difference between revisions of "JFormFieldTemplateStyle"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|protected  
 
|protected  
|[[JFormFieldTemplateStyle::getGroups/11.1|getGroups]]
+
|[[API17:JFormFieldTemplateStyle::getGroups|getGroups]]
 
|Method to get the field option groups.  
 
|Method to get the field option groups.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/form/fields/templatestyle.php
 
* '''Defined in''' libraries/joomla/form/fields/templatestyle.php
* '''Extends''' [[JFormFieldGroupedList/11.1|JFormFieldGroupedList]]
+
* '''Extends''' [[API17:JFormFieldGroupedList|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===
 
* {{JVer|11.1}} '''JFormFieldTemplateStyle source code''' on [[jplatform:form/fields/templatestyle.php|BitBucket]]
 
* {{JVer|11.1}} '''JFormFieldTemplateStyle source code''' on [[jplatform:form/fields/templatestyle.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]]
* [[JFormFieldTemplateStyle|Other versions of JFormFieldTemplateStyle]]
+
* [[API17:JFormFieldTemplateStyle|Other versions of JFormFieldTemplateStyle]]
 
{{SeeAlso:JFormFieldTemplateStyle}}
 
{{SeeAlso:JFormFieldTemplateStyle}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:48, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JFormFieldTemplateStyle[edit]

Description[edit]

Template:Description:JFormFieldTemplateStyle [Edit Descripton]

Methods[edit]

Visibility Method name Description
protected getGroups Method to get the field option groups.

Importing[edit]

jimport( 'joomla.form.fields.templatestyle' );

See also[edit]

Template:SeeAlso:JFormFieldTemplateStyle [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />