Changeset 11620
- Timestamp:
- 09/17/08 20:01:18 (2 months ago)
- Files:
-
- doc/branches/1.1/forms_book/en/08-Internationalisation-and-Localisation.txt (modified) (2 diffs)
- doc/branches/1.1/forms_book/fr/08-Internationalisation-and-Localisation.txt (modified) (2 diffs)
- doc/branches/1.2/forms_book/en/08-Internationalisation-and-Localisation.txt (modified) (2 diffs)
- doc/branches/1.2/forms_book/fr/08-Internationalisation-and-Localisation.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.1/forms_book/en/08-Internationalisation-and-Localisation.txt
r11328 r11620 70 70 // ... 71 71 72 $this->widgetSchema->get SchemaFormatter()->setTranslationCatalogue('contact_form');72 $this->widgetSchema->getFormFormatter()->setTranslationCatalogue('contact_form'); 73 73 } 74 74 } … … 177 177 { 178 178 // ... 179 $this->widgetSchema->get SchemaFormatter()->setTranslationCallable(array(new myI18n(), 'translateText'));179 $this->widgetSchema->getFormFormatter()->setTranslationCallable(array(new myI18n(), 'translateText')); 180 180 } 181 181 } doc/branches/1.1/forms_book/fr/08-Internationalisation-and-Localisation.txt
r11328 r11620 70 70 // ... 71 71 72 $this->widgetSchema->get SchemaFormatter()->setTranslationCatalogue('contact_form');72 $this->widgetSchema->getFormFormatter()->setTranslationCatalogue('contact_form'); 73 73 } 74 74 } … … 177 177 { 178 178 // ... 179 $this->widgetSchema->get SchemaFormatter()->setTranslationCallable(array(new myI18n(), 'translateText'));179 $this->widgetSchema->getFormFormatter()->setTranslationCallable(array(new myI18n(), 'translateText')); 180 180 } 181 181 } doc/branches/1.2/forms_book/en/08-Internationalisation-and-Localisation.txt
r11328 r11620 70 70 // ... 71 71 72 $this->widgetSchema->get SchemaFormatter()->setTranslationCatalogue('contact_form');72 $this->widgetSchema->getFormFormatter()->setTranslationCatalogue('contact_form'); 73 73 } 74 74 } … … 177 177 { 178 178 // ... 179 $this->widgetSchema->get SchemaFormatter()->setTranslationCallable(array(new myI18n(), 'translateText'));179 $this->widgetSchema->getFormFormatter()->setTranslationCallable(array(new myI18n(), 'translateText')); 180 180 } 181 181 } doc/branches/1.2/forms_book/fr/08-Internationalisation-and-Localisation.txt
r11328 r11620 70 70 // ... 71 71 72 $this->widgetSchema->get SchemaFormatter()->setTranslationCatalogue('contact_form');72 $this->widgetSchema->getFormFormatter()->setTranslationCatalogue('contact_form'); 73 73 } 74 74 } … … 177 177 { 178 178 // ... 179 $this->widgetSchema->get SchemaFormatter()->setTranslationCallable(array(new myI18n(), 'translateText'));179 $this->widgetSchema->getFormFormatter()->setTranslationCallable(array(new myI18n(), 'translateText')); 180 180 } 181 181 }