Themes in Calendar Control
- Last UpdatedSep 11, 2024
- 1 minute read
Calendar Control consists of the following three main grids:
The first grid lists all the calendars that the user has created. There is a main Calendar and Child Calendar. The Child Calendar inherits from the main Calendar.
Header Style
Header style of the main grid of Calendar control uses the stylesheet class GridHeaderStyle.
If theme is not applied, then it takes all the css path from [AVEVA Work Tasks Installed Path]\AVEVA\Work Tasks\BPMUITemplates\Default\Common\StyleSheet\global.css.
If the theme is applied, then it takes the css path from the theme folder directory structure.
For example, if you select the Default theme, then the Calendar Control takes the css path from [AVEVA Work Tasks Installed Path]\AVEVA\Work Tasks\BPMUITemplates\Default\Themes\Default\Common\StyleSheet\global.css.
Default Theme Image
<HeaderStyle CssClass="GridHeaderStyle" >
</HeaderStyle>
Frame Style
You can set the background image of the frame style of the main page grid by making change in the background image of the frame style.
Sample Code
<FrameStyle GradientType="Vertical" CssClass="GridFrameStyle" >
</FrameStyle>