[Dojo-interest] event.connect and function/method parameters
Nikolai Onken
nikolai at nikolaionken.com
Wed Apr 19 02:30:47 MDT 2006
Thank you for your reply James!
So this would also work if you need to pass more arguments than then initial
ones:
editable_description.onSave = function(new_value, old_value) {
saveCardDefInfo(new_value, old_value, 'description');
};
Nikolai
--
View this message in context: http://www.nabble.com/event.connect-and-function-method-parameters-t1471596.html#a3983553
Sent from the Dojo forum at Nabble.com.
More information about the Dojo-interest
mailing list