|
Using the Data Model |
|
Data Model stores all information about items in the Toolbar. 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 component.
Click here to see toolbar Data Model class
Click here to see using of tags to set toolbar Data Model
<toolbar:page> tag properties :
| • | individual properties |
Name |
Description |
pageId |
Page Id in Toolbar component. Must be unique. |
<tabbedPanel:pageHeader> tag properties :
| • | individual properties |
Name |
Description |
text |
Header's text |
hintText |
Header's tooltip text |
| • | images |
Name |
Description |
defaultImage |
Header's default Image |
defaultSmallImage |
Item's default small Image |
hiliteImage |
Header's rollover Image |
hiliteSmallImage |
Header's tooltip text |
<tabbedPanel:pageItem> tag properties :
| • | individual properties |
Name |
Description |
Header's tooltip text |
Header's default Image |
hintText |
Header's tooltip text |
| • | images |
Name |
Description |
defaultImage |
Header's default Image |
hiliteImage |
Header's rollover Image |
| • | appearance properties |
Name |
Description |
align |
Alignment of the item. Must be LEFT or RIGHT or CENTER. Default - CENTER |