|
Using the Data Model |
|
Data Model stores all information about items in the Tabbed Panel. You can set custom properties for all nested items into the Data Model. It can be instantiated and saved in context separately from the component definition and can be used by different components simultaneously.
General component behavior chapter shows how to use the Data Model with the components.
Click here to see tabbed panel Data Model class
Click here to see using of tags to set tabbed panel Data Model
<tabbedPanel:tabbedPanelItem> tag properties :
| • | individual properties |
Name |
Description |
text |
Text of an item |
hintText |
Text to be displayed as tool tip of tab item |
| • | images |
Name |
Description |
defaultImage |
URL of default image. |
defaultSmallImage |
URL of default small image |
activeImage |
URL of image to be shown when item is active |
activeSmallImage |
URL of small image to be shown when item is active |
hightLightImage |
URL of default image to be shown when the mouse rolls over |
hightLightSmallImage |
URL of small image to be shown when the mouse rolls over |
| • | appearance properties |
Name |
Description |
backgroundColor |
color for tab background |
selectedTextColor |
color for selected tab text |