DHTMLX Docs & Samples Explorer

onTabClose Event

This event occurs when tab selected

          tabbar.attachEvent("onTabClose", function(id){
              //any custom code
              return true;
          });
  • id - id of tab which is closing