Static Column/Header Configuration
You can configure the height and width of certain cells for the MVS Schedule Period and Scheduled Team views. In future releases, this configuration will be available to all views that are date range based and that support static column/header. (All views except for Intraday.)
Configuration is set using the following comma-separated name-value pairs (not case-sensitive):
Name | Description |
---|---|
descWidth | Width of description columns |
summaryWidth | Width of summary columns |
contentWidth | Width of content columns |
borderWidth | Width of borders |
header1Height | Height of header row 1 (week) |
header2Height | Height of header row 2 (date) |
coverageHeight | Height of coverage rows |
contentHeight | Height of content rows |
Column name mapping:
Row name mapping:
Values for each name are specified as floating point values and implicitly interpreted as 'em' values. Because the values are in 'em', cell dimensions grow and shrink dynamically as the user changes the text size within the browser.
The following lists the supported views, the registry parameters and their locations, and their default values:
View | Parameter (relative to system/modules/mvse/) | Default Value |
---|---|---|
Schedule Period View | SPV_DIMENSIONS | descWidth=20, summaryWidth=5, contentWidth=4.5, borderWidth=0.16, header1Height=2, header2Height=3, coverageHeight=2.7, contentHeight=5.6 |
Schedule Team View | views/VIEW_ID_SCHED_TEAM/CELL_DIMENSIONS | descWidth=20, summaryWidth=5, contentWidth=14, borderWidth=0.16, header1Height=2, header2Height=3, coverageHeight=2.7, contentHeight=5.6 |