Changeset 10250
- Timestamp:
- 07/13/08 02:44:47 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.1/forms_book/en/04-Propel-Integration.txt
r10249 r10250 570 570 } 571 571 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.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 the widget we used, as shown in Listing 4-17. 573 573 574 574 Listing 4-17 - Changing the Widget for the `status` field