Changeset 11623
- Timestamp:
- 09/17/08 20:51:51 (2 months ago)
- Files:
-
- doc/branches/1.1/forms_book/en/01-Form-Creation.txt (modified) (1 diff)
- doc/branches/1.2/forms_book/en/01-Form-Creation.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.1/forms_book/en/01-Form-Creation.txt
r11580 r11623 182 182 >Widget Schema 183 183 > 184 >When we use the `setWidgets()` method, symfony creates a `sfWidgetFormSchema` object. This object is a widget that allows you to represent a set of widgets. In our `ContactForm` form, we called the widget`setWidgets()`. It is equivalent to the following code:184 >When we use the `setWidgets()` method, symfony creates a `sfWidgetFormSchema` object. This object is a widget that allows you to represent a set of widgets. In our `ContactForm` form, we called the method `setWidgets()`. It is equivalent to the following code: 185 185 > 186 186 > [php] doc/branches/1.2/forms_book/en/01-Form-Creation.txt
r10954 r11623 182 182 >Widget Schema 183 183 > 184 >When we use the `setWidgets()` method, symfony creates a `sfWidgetFormSchema` object. This object is a widget that allows you to represent a set of widgets. In our `ContactForm` form, we called the widget`setWidgets()`. It is equivalent to the following code:184 >When we use the `setWidgets()` method, symfony creates a `sfWidgetFormSchema` object. This object is a widget that allows you to represent a set of widgets. In our `ContactForm` form, we called the method `setWidgets()`. It is equivalent to the following code: 185 185 > 186 186 > [php]