Development

#4297 (doc function not exists)

You must first sign up to be able to contribute.

Ticket #4297 (closed documentation: fixed)

Opened 3 months ago

Last modified 3 months ago

doc function not exists

Reported by: gimler Assigned to: fabien
Priority: major Milestone: 1.1.2
Component: form Version:
Keywords: Cc:
Qualification: Unreviewed

Description

http://www.symfony-project.org/book/forms/1_1/en/08-Internationalisation-and-Localisation#Specify%20the%20catalogue%20to%20use%20for%20translations

$this->widgetSchema->getFormFormatter()->setTranslationCatalogue('contact_form');

instate of: $this->getSchemaFormatter()->setTranslationCatalogue('contact_form');

Change History

09/04/08 22:25:18 changed by fabien

  • type changed from defect to documentation.

09/04/08 22:37:22 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [11328]) [doc] [1.1, 1.2] fixed typo (closes #4297)

09/04/08 22:37:38 changed by fabien

  • milestone set to 1.1.2.

09/09/08 10:32:32 changed by FredL

  • priority changed from minor to major.
  • resolution deleted.
  • status changed from closed to reopened.
  • component changed from other to form.
  • version deleted.

When using Propel Forms (Symfony 1.1.2-DEV):

$this->widgetSchema->getSchemaFormatter()->setTranslationCatalogue('contact_form');

Fatal error: Call to undefined method sfWidgetFormSchema::getSchemaFormatter() in...

Correct one? $this->widgetSchema->getFormFormatter()->setTranslationCatalogue('contact_form');

09/17/08 20:01:19 changed by nicolas

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [11620]) typo in forms book - i18n (closes #4297)