Class YAHOO.ext.TabPanelItem

Object
   |
   +--YAHOO.ext.TabPanelItem

class YAHOO.ext.TabPanelItem

Defined in TabPanel.js


Constructor Summary
YAHOO.ext.TabPanelItem (tabPanel, id, text)
  
 
Method Summary * Parameter types in italic indicate optional parameters
 void activate()
   Activate this TabPanelItem - this does deactivate the currently active TabPanelItem.
 void disable()
   Disable this TabPanelItem - this call is ignore if this is the active TabPanelItem.
 void enable()
   Enable this TabPanelItem if it was previously disabled.
 YAHOO.ext.UpdateManager getUpdateManager()
   Get the YAHOO.ext.UpdateManager for the body of this TabPanelItem.
 void hide()
   Hide this TabPanelItem - if you don't activate another TabPanelItem this could look odd.
 void setContent(<String> content)
   Set the content for this TabPanelItem.
 void setText(text)
  
 YAHOO.ext.UpdateManager setUrl(<String/Function> url, <String/Object> params, <Boolean> loadOnce)
   Set a URL to be used to load the content for this TabPanelItem.
 void show()
   Show this TabPanelItem - this does not deactivate the currently active TabPanelItem.

Constructor Detail

YAHOO.ext.TabPanelItem

YAHOO.ext.TabPanelItem(tabPanel, id, text)

Method Detail

activate

void activate()

disable

void disable()

enable

void enable()

getUpdateManager

YAHOO.ext.UpdateManager getUpdateManager()

hide

void hide()

setContent

void setContent(<String> content)

setText

void setText(text)

setUrl

YAHOO.ext.UpdateManager setUrl(<String/Function> url, <String/Object> params, <Boolean> loadOnce)

show

void show()


Documentation generated by JSDoc on Sat Oct 14 06:07:10 2006