Task #274
Show feedback dialogs and validation errors from JSON responses
Status: | CLOSED | Start date: | 06/24/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-nethgui | |||
Target version: | Phi |
Related issues
Associated revisions
Refs #274. Added some CSS classes in server responses...
Refs #274. Sending full URL to client framework for notification dialog action-forms.
Refs #274. New notification messages interface.
- Pass an implementor of
NethGui_Core_EventObserverInterface
tosignalEventFinally()
instead of a callback routine. - Implemented that interface in Standard module, with an overridable procedure that returns the action list of the notification dialog
- Defined a dialog "transient" when none of its action has any data (so it's rendered as a link instead of a FORM with buttons)
Refs #274. Added ViewInterface::getControlName()
method.
Refs #274: Prepared form data for actions in notification dialog boxes.
- Added "Please wait..." message on server side (to translate it).
- Redefined
type
flags in DialogBox class.
History
#1 Updated by Davide Principi about 10 years ago
- Subject changed from Show feedback dialogs from JSON responses to Show feedback dialogs and validation errors from JSON responses
#2 Updated by Davide Principi about 10 years ago
- Status changed from ON_DEV to CLOSED
- % Done changed from 0 to 100
TODO
: define an interaction pattern that avoids overlaying of the notification dialog boxes on the CurrentModule
area.