a a
O.widget.TabView('demo', { activeIndex: 1 } ); // make tab at position 1 active 3 alert(myTabs.get('activeIndex')); // alerts 1 4 myTabs.set('activeIndex', 0); // make tab at index 0 active 5 alert(myTabs.get('activeIndex')); // alerts 0 6 view plain | print | ? See the reference table below as well as the API documentation for TabView and Tab for a complete lis
framework_php
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.