Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Steve Schreiner on Oct 06, 2008 06:54
open dhtmlx forum
tabbar.attachEvent("onClick",doOnTabClick);

I'm trying to attach an event for the tab bar but I am getting an error that attachevent is not a function?

ol_tabbar.attachEvent("onClick",doOnTabClick);
Answer posted by Support on Oct 06, 2008 07:04
Current version of tabbar not supports the common event syntax yet. You can use custom event setter

tabbar.setOnSelectHandler(doOnTabClick)