onBindUpdate
fires when data is changed in the slave and 'save()' is called to update the master.
void onBindUpdate(object data,id key);
object | the updated data | | key |
id | the id of the slave component |
Example
some.attachEvent("onBindUpdate", function(data, key){
//... some code here ...
});
Details
Works only for the components that are bound.
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.