System information

Identity Manager Workflows, Forms, and Views
Page 140 Identity Manager 7.1 Update 1 Release Notes
The following XPRESS example creates a menu with two tabs. The second tab contain two
subtabs:
The following discussion of the ListEditor component has been added to this chapter:
(ID-16518)
ListEditor
Renders an editable list of strings.
Code Example Implementation of Menu, MenuItem, and MenuBar Components
<Display class='Menu'/>
<Field>
<Display class='MenuItem'>
<Property name='URL' value='user/main.jsp'/>
<Property name='title' value='Home' />
</Display>
</Field>
<Field>
<Display class='MenuBar' >
<Property name='title' value='Work Items' />
<Property name='URL' value='user/workItemListExt.jsp' />
</Display>
<Field>
<Display class='MenuItem'>
<Property name='URL' value='user/workItemListExt.jsp'/>
<Property name='title' value='Approvals' />
</Display>
</Field>
<Field>
<Display class='MenuItem'>
<Property name='URL' value='user/otherWorkItems/listOtherWorkItems.jsp'/>
<Property name='title' value='Other' />
</Display>
</Field>
</Field>
Table 3 Properties of the ListEditor Component
Property Description
listTitle
(String) Specifies the label that Identity Manager places next to the ListEditor
graphical representation.
pickListTitle
(String) Specifies the label to use on the
picklist
component.
valueMap
(Map) Specifies a map of display labels for the values in the list.
allowDuplicates
(Boolean) A value of
true
indicates that Identity Manager allows duplicates in
the managed list