DHTMLX Docs & Samples Explorer

onEnable

fires when the container control is enabled after being disabled.
The event works for nested structures only (when container is nested into checkbox or radio).

Parameters:

  • name - (string) the item id (the value of attribute name)
myform.attachEvent("onEnable", function (name){
     //any custom logic here
});