<wtui:panel/>
The tag for WTUI.TabPanel
Example:
<wtui:tabpanel id="examplepanel"> <wtui:tab title="Tab One"> <wtui:paragraph>A paragraph in tab one</wt:paragraph> </wtui:tab> <wtui:tab title="Tab Two"> <wtui:paragraph>A paragraph in tab two</wt:paragraph> </wtui:tab> </wtui:tabpanel>
- Parameters:
-
id <String>(optional) The id of the panel -
class <String>(optional) The css class to give the panel -
style <String>(optional) The style to give the panel