Author: forresst Date: 2010-02-04 17:45:42 +0100 (Thu, 04 Feb 2010) New Revision: 27570
Modified: doc/branches/1.4/forms/fr/01-Form-Creation.txt Log: [doc-fr][1.4] update doc in french, forms/01 rev:en/27545 Modified: doc/branches/1.4/forms/fr/01-Form-Creation.txt =================================================================== --- doc/branches/1.4/forms/fr/01-Form-Creation.txt 2010-02-04 15:46:10 UTC (rev 27569) +++ doc/branches/1.4/forms/fr/01-Form-Creation.txt 2010-02-04 16:45:42 UTC (rev 27570) @@ -66,7 +66,7 @@ La méthode `setWidgets()` permet de définir les widgets composant le formulaire, sous la forme d'un tableau PHP associatif dont les clés sont le nom des champs et les valeurs les objets widgets. Chaque widget est un objet héritant de la classe `sfWidget`. Ici, nous avons utilisé deux widgets : - * `sfWidgetFormInput` : Ce widget représente un champ `input` + * `sfWidgetFormInputText` : Ce widget représente un champ `input` * `sfWidgetFormTextarea` : Ce widget représente un champ `textarea` >**Note** -- 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.
