Opened 17 years ago
Closed 17 years ago
#4 closed enhancement (fixed)
Create a modal dialog widget
Reported by: | Slava Akhmechet | Owned by: | Slava Akhmechet |
---|---|---|---|
Priority: | medium | Milestone: | 0.1 |
Component: | weblocks | Version: | pre-0.1 |
Keywords: | modal dialog widget | Cc: |
Description
Create a widget that would act as a modal dialog. This widget can be used for confirmations, data input, etc.
Change History (4)
comment:1 Changed 17 years ago by
Priority: | high → medium |
---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
Once modal dialogs are implemented we should consider moving add/delete buttons to the top of the grid, and perhaps duplicating them at the bottom if there are more than some threshold number of records viewed, in order to allow for a more scalable interface.
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added do-dialog, do-modal, do-confirmation and do-choice.
Note: See
TracTickets for help on using
tickets.
We should then use the modal dialog (or a new page based on continuation support?) widget for gridedit add/drilldown interface. Note, when gridedit is converted to use modal dialogs, we should no longer be removing add/delete buttons.