You can set the following features using theme:
-
The background color of detail, summary, and footer bands for Crosstab and Grid DataWindows (header band is already supported in earlier versions)
To locate the feature in the theme file:
"datawindow" > "cross-style" or "grid-style" > "detail-band" > "drawing_background-color" and "background-color"
"datawindow" > "cross-style" or "grid-style" > "summary-band" > "drawing_background-color" and "background-color"
"datawindow" > "cross-style" or "grid-style" > "footer-band" > "drawing_background-color" and "background-color"
To set the value:
"drawing_background-color" can be True or False. It must be True for "background-color" to take effect.
"background-color" can be a hexadecimal color code.
"detail-band": { "drawing_background-color":false, "background-color":"#FFFFFF", "selected-row-text-color":"#000000", "selected-row-background-color":"#CDE8FF", "unselected-row-background-color":"#FFFFFF" }, "summary-band": { "drawing_background-color":false, "background-color":"#FFFFFF" }, "footer-band": { "drawing_background-color":false, "background-color":"#F0F0F0" },
-
The background color of header, detail, summary, and footer bands for Freeform, Group, N-Up, Tabular, and TreeView DataWindows
To locate the feature in the theme file:
"datawindow" > "tabular-style" (Freeform, Group, N-Up, and Tabular DataWindows all use the same node "tabular-style") > "head-band" > "drawing_background-color" and "background-color"
"datawindow" > "tabular-style" (Freeform, Group, N-Up, and Tabular DataWindows all use the same node "tabular-style") > "detail-band" > "drawing_background-color" and "background-color"
"datawindow" > "tabular-style" (Freeform, Group, N-Up, and Tabular DataWindows all use the same node "tabular-style") > "summary-band" > "drawing_background-color" and "background-color"
"datawindow" > "tabular-style" (Freeform, Group, N-Up, and Tabular DataWindows all use the same node "tabular-style") > "footer-band" > "drawing_background-color" and "background-color"
"datawindow" > "treeview-style" (For TreeView DataWindows) > (same as above)
-
The border color of DropDownDataWindow
To locate the feature in the theme file:
"datawindow" > "dropdown-type" > "normal-state" and "hover-state" > "border-color"