//tabbar.setOnLoadingEnd(my_code) tabbar.attachEvent("onXLE",my_code) //tabbar.setOnTabContentLoaded(my_code) tabbar.attachEvent("onTabContentLoaded",my_code) //tabbar.setOnTabClose(my_code) tabbar.attachEvent("onTabClose",my_code) //tabbar.setOnSelectHandler(my_code) tabbar.attachEvent("onSelect",my_code)