Themes in Queue Control
- Last UpdatedJun 10, 2024
- 1 minute read
Queue Control consists of four WebGrids. These WebGrids are present in the [AVEVA Work Tasks Installed Path]\AVEVA\Work Tasks\BPMUITemplates\Default\HWS\QueueControl.ascx page in the HWS folder.
The Queue Control refers to the following stylesheet:
If theme is not applied, then it take all the css path from [AVEVA Work Tasks Installed Path]\AVEVA\Work Tasks\BPMUITemplates\Default\Common\StyleSheet\global.css.
If theme is selected, then it takes the css path from the theme folder directory structure.
For example, if you select the Default theme, then Queue Control takes the css path from [AVEVA Work Tasks Installed Path]\AVEVA\Work Tasks\BPMUITemplates\Default\Themes\Default\Common\StyleSheet\ global.css.
In the Enterprise Console, click the Menu button, click Settings, and then click Queue Management. The Queue Management window appears. The window displays the list of queues in a web grid with Id = _WebGridQueEdit.
The following parts of the queue that can be customized:
-
Header Style
-
Frame Style
-
RadTabStrip
-
Worklist layout
-
Legend Table
Header Style
Header style of the main grid of the Calendar Control uses the stylesheet class GridHeaderStyle.
Sample Code
<HeaderStyle CssClass="GridHeaderStyle">
</HeaderStyle>
Lite Theme Image
Frame Style
You can set the background of the frame style of the main page grid by making change in the background color attribute of the GridFrameStyle.
Sample Code
<FrameStyle GradientType="Vertical" CssClass="GridFrameStyle">
</FrameStyle>
RadTabStrip
The rad tab strip with ID RadTabStrip1 consists of the following four tabs:
-
Participants
-
Settings
-
Dispatch Pattern
-
Escalation
Worklist Layout
The Worklist layout WebGrid is available in the Queue Preference panel of the Settings tab. This page is available in the following path:
[AVEVA Work Tasks Installed Path]\AVEVA\Work Tasks\BPMUITemplates\Default\WorkItemList\UserControls\WorkListLayout.ascx