Class SweetDevRia.RiaTabbox
RiaTabbox
Defined in: Tabbox.js.
Constructor Attributes | Constructor Name and Description |
---|---|
<private> |
Method Attributes | Method Name and Description |
---|---|
add(tab, tabpanel)
Add a tab and a tabpanel to the tabbox
|
|
setHeight(height)
Set the height of the tabbox
|
|
setWidth(width)
Set the width of the tabbox
|
Method Detail
add(tab, tabpanel)
Add a tab and a tabpanel to the tabbox
- Parameters:
- {RiaTabModel} tab
- The tab
- {RiaTabPanelModel} tabpanel
- The tab panel
setHeight(height)
Set the height of the tabbox
- Parameters:
- {int} height
- The height of the tabbox
setWidth(width)
Set the width of the tabbox
- Parameters:
- {int} width
- The width of the tabbox