PHP2Go Javascript Framework

Class TabPanel

Object
   |
   +--Widget
         |
         +--TabPanel

class TabPanel
extends Widget

Defined in widgets/tabview.js


Field Summary
 Object contentEl
          Content element
 Object labelEl
          Label element
 Object parent
          Parent tab view
   
Fields inherited from class Widget
attributes
 
Constructor Summary
TabPanel (<Object> attrs)
            The TabPanel class represents a tabbed view, member of a TabView widget
 
Method Summary
 void activate()
           Activates the tab
 void disable()
           Disables the tab
 void enable()
           Enables the tab
 Number getIndex()
           Get the index of this tab panel
 Boolean isActive()
           Check if this tab is active
 Boolean isEnabled()
           Checks if the tab is enabled
 void loadContent(uri, method, params, activate)
           Load contents into the tab panel using AJAX
 void setContent(<String> code, <Boolean> evalScripts)
           Set tab contents
 void setup()
           Initializes the widget
 
Methods inherited from class Widget
hasAttributes
 

Field Detail

contentEl

Object contentEl

labelEl

Object labelEl

parent

Object parent

Constructor Detail

TabPanel

TabPanel(<Object> attrs)

Method Detail

activate

void activate()

disable

void disable()

enable

void enable()

getIndex

Number getIndex()

isActive

Boolean isActive()

isEnabled

Boolean isEnabled()

loadContent

void loadContent(uri, method, params, activate)

setContent

void setContent(<String> code, <Boolean> evalScripts)

setup

void setup()

PHP2Go Javascript Framework

Copyright © 2002-2006 by Marcos Pont
Documentation generated by JSDoc on Sun Oct 7 19:52:10 2007