Dialog, TooltipDialog: extend Form
Reported by: |
bill |
Owned by: |
bill |
Priority:
|
high
|
Milestone:
|
0.9
|
Component:
|
Dijit
|
Version:
|
0.9
|
Keywords:
|
|
Cc:
|
|
Blocked By:
|
|
Blocking:
|
|
Make TooltipDialog? and Dialog extend dijit.form.Form so that the execute() method gets a JSON-ish object representing the form contents when submit is pressed (and also so eventually the Dialog can have validation). This also eliminates the need to specify pointer to save/cancel button inside the dialog.
Change History (5)
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
(In [9768]) Make TooltipDialog? extend Form so that it's easier (for the developer) to submit the dialog and to process it's contents. Still need to convert Dialog and update migration guide. Refs #3844