DHTMLX Docs & Samples Explorer

onInfo

fires when the user clicks the Info icon. To add the icon, set the info attribute (if available) to true.

Parameters:

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