Thread: GS2 Tabs
View Single Post
  #1  
Old 05-04-2007, 04:45 AM
Dionysus Dionysus is offline
RTK| God of Wine
Dionysus's Avatar
Join Date: Apr 2007
Location: United States
Posts: 14
Dionysus is on a distinguished road
Send a message via AIM to Dionysus
GS2 Tabs

How do i use the

onSelect(tabid,tabtext,tabindex) - a tab has been selected

onDeselect(tabid,tabtext,tabindex) - a tab has been deselected (another tab got the focus)

i dont get what i put for tabidindex like is it the same as tabid or what im just confused what goes in what params...

function Info_Tabs.onSelect(0,"Info","WHAT HERE?");
{
//script;
}
__________________


Reply With Quote