Toolbar Item Types
|
||
The type of the toolbar item can be any of values described in table Valid Values for Toolbar Item Type.
Valid Values for Toolbar Item Type
Type |
Description |
||||
---|---|---|---|---|---|
Internal |
This type is used to generate items that are identical to the items used in the old-style toolbars. The value of Action must be defined. Valid values of Action are described in Table 5: Valid Values for Action with Toolbar Item of Internal Type. Any parameters needed with the action can be passed to the toolbar item with ActionParameters. |
||||
Template |
This type is used to insert contents generated from given template into the place of this toolbar item. The value of Template must be defined. |
||||
HTML |
This type is used to insert given HTML code into the place of this toolbar item. This is used with Separator Toolbar Item in "subpsdet_items.ini" in Web Layout "No Frames". The value of HTML must be defined. |
||||
Custom |
This type is used to make it easy to generate any kind of items with a single action that is somehow enabled (e.g. by pushing a button).
The value of Action must be defined. It can use values:
1. Process Hierarchy 2. Organization Hierarchy 3. Notes Hierarchy 4. Resource Groups Hierarchy 5. Resource Pools Hierarchy 6. Information Items Hierarchy
The value of Template must be defined. |
Valid Values for Action with Toolbar Item of Internal Type
Value |
Description |
---|---|
back |
"Back" button |
help |
"Help" button |
close |
"Close" button |
resource |
"Resources" button |
measure |
"Measures" button |
elementlist |
"Element list" button |
details |
"Details" button |
subprocess |
"Subprocess" button, valid only in Web Template "listwindow.tpl" |
processstep |
"Process steps" button, valid only in Web Template "listwindow.tpl" |
flows |
"Flows" button, valid only in Web Template "listwindow.tpl" |
stores |
"Stores" button, valid only in Web Template "listwindow.tpl" |
processlevelup |
"Up One Process Level" button |
Parentlevel |
"Parent levels" button |
addbookmark |
"Add to Portal" button |
openbrowser |
"Open Flowchart View" button |
processhierarchy |
"Process Hierarchy" button |
resourcegrouphierarchy |
"Resource Groups Hierarchy" button |
resourcepoolhierarchy |
"Resource Pools Hierarchy" button |
informationhierarchy |
"Information Items Hierarchy" button |
organizationhierarchy |
"Organization Units Hierarchy" button |
notehierarchy |
"Notes Hierarchy" button |
zoom |
Zoom level selection, valid only in Web Templates "flowchart.tpl" and "subpsdet.tpl" |