API17:JFormFieldTimezone
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (→User contributed notes: bad link repair) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JFormFieldTimezone== | ||
| + | ===Description=== | ||
| + | {{Description:JFormFieldTimezone}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JFormFieldTimezone|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFormFieldTimezone|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |protected | ||
|[[JFormFieldTimezone::getGroups/11.1|getGroups]] | |[[JFormFieldTimezone::getGroups/11.1|getGroups]] | ||
|Method to get the field option groups. | |Method to get the field option groups. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/form/fields/timezone.php | ||
| + | * '''Extends''' [[JFormFieldGroupedList/11.1|JFormFieldGroupedList]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.form.fields.timezone' );</source> | <source lang="php">jimport( 'joomla.form.fields.timezone' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JFormFieldTimezone source code | + | * {{JVer|11.1}} '''JFormFieldTimezone source code''' on [[jplatform:form/fields/timezone.php|BitBucket]] |
| − | * [[JFormFieldTimezone|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]] |
| + | * [[JFormFieldTimezone|Other versions of JFormFieldTimezone]] | ||
{{SeeAlso:JFormFieldTimezone}} | {{SeeAlso:JFormFieldTimezone}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFormFieldTimezone|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFormFieldTimezone|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:JFormFieldTimezone]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JFormFieldTimezone]]</noinclude> |
Revision as of 13:48, 29 August 2012
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.
JFormFieldTimezone
Description
Description:JFormFieldTimezone [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| protected | getGroups | Method to get the field option groups. |
- Defined in libraries/joomla/form/fields/timezone.php
- Extends JFormFieldGroupedList
Importing
jimport( 'joomla.form.fields.timezone' );
See also
-
JFormFieldTimezone source code on BitBucket
-
Subpackage Form
- Other versions of JFormFieldTimezone
SeeAlso:JFormFieldTimezone [Edit See Also]
User contributed notes
<CodeExamplesForm />
