| Page 1 of 1 | [ 4 posts ] |
|
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 |
Alberto SantiniYUI Contributor
|
Hello Harsha.
You may give a look at tabview events: http://yuilibrary.com/yui/docs/tabview/#events render event might be useful. Hope that helps, IceBox |
Juan Ignacio DopazoYUI Contributor
|
Except he seems to be talking about YUI 2
|
|
Whoops.. Looks like I posted in the wrong Forum.
Anyways thanks guys for responding to the post.Will repost in YUI2 |
| Page 1 of 1 | [ 4 posts ] |
| 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 |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group