Ticket #478 (defect)
Opened 2 years ago
Last modified 2 years ago
Repair for forms in CP and some new features
Status: closed (fixed)
| Reported by: | Tomas Kolda | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2-final |
| Component: | CherryPy code | Keywords: | |
| Cc: |
In attachement is patch for form.py and defaultformask.py.
defaultformask.py
- Repairs return type to string in hidden fields
form.py
- Repair default value for size in FormField? (type str)
- Adds ability to set attributes in constructor to Form (all is default for backward compatibility)
- Repairs missing call to header and footer. Also different header/footer can be set
Attachments
Change History
03/04/06 10:16:58: Modified by Tomas Kolda
- attachment form.diff added.
03/28/06 12:17:55: Modified by rdelon
- status changed from new to assigned.
03/29/06 07:09:37: Modified by anonymous
- status changed from assigned to closed.
- resolution set to fixed.
Done in [1028]


patch for this ticket