Ticket #810 (new defect)
Not all controls support ReadOnly property.
| Reported by: | sergeymorkovkin | Owned by: | xue |
|---|---|---|---|
| Priority: | low | Milestone: | 3.1.3 |
| Component: | Prado Framework v3 | Version: | 3.1 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Let say that disabling control and preventing it accept post data are different tasks.
ReadOnly? property is only implemented in TTextBox. In TDropDownList Enabled property serves this purpose and TCheckBox will not let you to ignore client changes.
My offer is to make Enabled property only affect grayed state in a browser (client JS can still change the value) and implement ReadOnly? property for the rest input controls to prevent reading post data.
Change History
Note: See
TracTickets for help on using
tickets.
