fires when the container is disabled after being enabled
name | string | the item's name |
myForm.attachEvent("onDisable", function (name){
//your code here
});
the event works for nested structures only (when container is nested in a checkbox or a radio)
Back to top