fires when the container control is enabled after being disabled
name | string | the item id |
myForm.attachEvent("onEnable", 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