|
||
Items section is used for listing all the items in the toolbar.
Sections in Toolbar Item Configuration File
Name |
Description |
---|---|
Items |
This section is used for listing all the items in the toolbar. It should contain value for Items. Comma separated list of item names. Item names are used to describe the ini-file section that is used to read the settings for the button in this position. |
The ini-file must have sections for all the unique item names listed in Items section, as value of "Items". |
In Toolbar Item Configuration File "subpsdet_items.ini", are 8 unique sections after the section Items. Note that only 7 0f them are used in the Items-list.
Contents of "subsdet_items.ini"
[Items] Items=ProcessHierarchy, OrganizationHierarchy, Separator, ResourcePools, Resources, Separator, Notes, InformationItems
[ProcessHome] Type=custom Action=ViewURL ActionParameters=VTN=browsermain Label=Process Home Template=textbutton.tpl
[ProcessHierarchy] Type=custom Action=navigator ActionParameters=hierarchytype=0 Label=Process Hierarchy Template=textbutton.tpl
[OrganizationHierarchy] Type=custom Action=navigator ActionParameters=hierarchytype=1 Label=Organization Hierarchy Template=textbutton.tpl
[ResourcePools] Type=custom Action=navigator ActionParameters=hierarchytype=4 Label=Resource Pools Template=textbutton.tpl
[Resources] Type=custom Action=navigator ActionParameters=hierarchytype=3 Label=Resources Template=textbutton.tpl
[Notes] Type=custom Action=navigator ActionParameters=hierarchytype=2 Label=Notes Template=textbutton.tpl
[InformationItems] Type=custom Action=navigator ActionParameters=hierarchytype=5 Label=Information Items Template=textbutton.tpl
[Separator] Type=HTML HTML=- |