[ 1 post ]

Harsha

  • Username: harsha_ahs
  • Joined: Tue Jun 26, 2012 8:51 am
  • Posts: 3
  • Offline
  • Profile

Event when Tabview has completed loading

Post Posted: Wed Jun 27, 2012 5:27 am
+0-
Hi,

Is there a way to fire a javascript function when the tabview has finished loading?

The below code works when the tab is clicked. So similarly what event I need to register to fire when the tab has finished loading?

var myTabs = new YAHOO.widget.TabView('demo');
var tab0 = myTabs.getTab(0);

function handleClick(e) {
alert(e.target);
}

tab0.addListener('click', handleClick);

Tx
H
  [ 1 post ]
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum