| Returns the style class.
The default style class, i.e., the style class is not defined (i.e.,
Tabpanel.setSclass is not called or called with null or empty):
sclass | tabbox's mold |
tabbox's orient
Tabbox.getOrient |
tabpanel | default | horizontal |
tabpanel-something | something | horizontal |
vtabpanel | default | vertical |
vtabpanel-something | something | vertical |
Note: prior to 3.0.3, the default style class doesn't depend on
the tabbox's orientation.
|