Development

Changeset 26918

You must first sign up to be able to contribute.

Changeset 26918

Show
Ignore:
Timestamp:
01/20/10 09:20:28 (3 years ago)
Author:
garak
Message:

[doc][1.4] added sfWidgetFormI18nChoiceTimezone to chapter 8

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.4/forms/en/08-Internationalisation-and-Localisation.txt

    r26773 r26918  
    388388    $this->widgetSchema['language'] = new sfWidgetFormI18nChoiceLanguage(array('culture'   => 'fr', 
    389389                                                                               'languages' => $languages)); 
     390 
     391### Timezone selector 
     392 
     393The `sfWidgetFormI18nChoiceTimezone` widget displays a select box filled with a list of timezones. 
     394 
     395    [php] 
     396    $this->widgetSchema['timezone'] = new sfWidgetFormI18nChoiceTimzione(); 
     397