Ticket #393 (new enhancement)
Make Meta Controls action aware
| Reported by: | VexedPanda | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1.3 |
| Component: | QForms | Version: | 1.0.0 Stable |
| Keywords: | Cc: |
Description
I often find that I want some child control of a metacontrol to depend on the value of another. Think country-state dropdowns.
Right now, I have to code this functionality into every form that uses them.
Ideally, I should be able to handle the change event from within the metacontrol itself. But QAjaxControlAction requires a QControl to fire the event on.
So I suggest we either change MetaControls? to extend QControl, or remove the QControl restriction on action callbacks (probably the later).
Change History
Note: See
TracTickets for help on using
tickets.
