Attributes |
Name | Required | Request-time | Type | Description |
followUp | false | true | java.lang.String |
the URL associated with the tabbedSelector selected tab.
If the followUp attribute of the selected tab does not override the tabbedSelector followUp attribute,
the tabbedSelector component appends to the current page URL the string"webGUI.tabbedSelector.tab={selectedTab_name}"
where selectedTab_name is the name of the selected tab.
|
drawer | true | true | java.lang.String | defines the drawer class that will be used to prepare and render the widget. |
id | false | true | java.lang.String | id attribute. |
name | false | true | java.lang.String | sets the tab name. |
title | false | true | java.lang.String | sets the tab title. |
titleType | false | true | java.lang.String |
defines the window title type. It can be:
"text" - title attribute value is used directly as the title string"image" - title attribute value point out the image filepath |
color | false | true | java.lang.String | sets the tabbedSelector body color; use the format #rrggbb. |