Author: garak
Date: 2010-01-20 09:20:28 +0100 (Wed, 20 Jan 2010)
New Revision: 26918
Modified:
doc/branches/1.4/forms/en/08-Internationalisation-and-Localisation.txt
Log:
[doc][1.4] added sfWidgetFormI18nChoiceTimezone to chapter 8
Modified: doc/branches/1.4/forms/en/08-Internationalisation-and-Localisation.txt
===================================================================
--- doc/branches/1.4/forms/en/08-Internationalisation-and-Localisation.txt
2010-01-20 08:18:11 UTC (rev 26917)
+++ doc/branches/1.4/forms/en/08-Internationalisation-and-Localisation.txt
2010-01-20 08:20:28 UTC (rev 26918)
@@ -387,3 +387,11 @@
$languages = array('fr', 'en', 'es', 'de', 'nl');
$this->widgetSchema['language'] = new
sfWidgetFormI18nChoiceLanguage(array('culture' => 'fr',
'languages' => $languages));
+
+### Timezone selector
+
+The `sfWidgetFormI18nChoiceTimezone` widget displays a select box filled with
a list of timezones.
+
+ [php]
+ $this->widgetSchema['timezone'] = new sfWidgetFormI18nChoiceTimzione();
+
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.