Development

Changeset 10250

You must first sign up to be able to contribute.

Changeset 10250

Show
Ignore:
Timestamp:
07/13/08 02:44:47 (4 months ago)
Author:
Carl.Vondrick
Message:

forms book: fixed-type (closes #3981)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/forms_book/en/04-Propel-Integration.txt

    r10249 r10250  
    570570    } 
    571571 
    572 When editing an article, the `status` field must be represented as a drop-down list instead of a text field. To do so, let's change de widget we used, as shown in Listing 4-17. 
     572When editing an article, the `status` field must be represented as a drop-down list instead of a text field. To do so, let's change the widget we used, as shown in Listing 4-17. 
    573573 
    574574Listing 4-17 - Changing the Widget for the `status` field