Opened 9 years ago
Closed 9 years ago
#15251 closed enhancement (duplicate)
request for a way to detect / run code after a complete setting values to the form elements
Reported by: | richso | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
this is a request for a way to detect / run code to a dijit.form.Form after completely setting values to the form elements and no more relevant onChange events will be triggered, something like this:
dojo.connect(dijit.byId('form'), 'onAfterValueSet', function(evt){
e.g. run code to disabled, enabled save & cancel buttons, etc.
});
OR a method / mechanism to disable the generating of events to the form elements and a method to enable it back (like the Delphi way).
Change History (3)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Type: | defect → enhancement |
---|
comment:3 Changed 9 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is a dup of #15250 since it's really about tying Form reset/set to child onChange events.
Note: See
TracTickets for help on using
tickets.
should be a enhancement request instead of defect