Development

Changeset 11623

You must first sign up to be able to contribute.

Changeset 11623

Show
Ignore:
Timestamp:
09/17/08 20:51:51 (2 months ago)
Author:
nicolas
Message:

typo in forms book - chapter 1 (closes #4394)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/forms_book/en/01-Form-Creation.txt

    r11580 r11623  
    182182>Widget Schema 
    183183> 
    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: 
    185185> 
    186186>     [php] 
  • doc/branches/1.2/forms_book/en/01-Form-Creation.txt

    r10954 r11623  
    182182>Widget Schema 
    183183> 
    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: 
    185185> 
    186186>     [php]