Previous Topic: schedConfigNext Topic: sfDate


schedGroup

The schedGroup macro controls the name and styling of groups of items on a schedule form, either the change schedule (list_chgsched_config.htmpl), or the knowledge schedule (list_kdsched_config.htmpl). You define a schedule form with the schedConfig, schedAttr, and schedGroup macrosle. For example:

<PDM_MACRO name=schedConfig. . .>
<PDM_MACRO name=schedAttr . .>
<PDM_MACRO name=schedAttr . .>
. . . 
<PDM_MACRO name=schedGroup . .>
<PDM_MACRO name=schedGroup . .>
. . . 

This macro has the following properties:

bgcolor=white|color

Specifies the background color for the group as any valid web color.

color=black|color

Specifies the foreground (text) color for the group as any valid web color.

grpname=name

(Required) Specifies the name of the group.

icon=filename

Specifies an icon for the group as the name of a file in $NX_ROOT/bopcfg/www/wwwroot/img.

label=string

Specifies a label for the group.

legend=0|string

Specifies description of the group for the legend. A value of 0 signifies that group is not in the legend.

style=normal|bold|italic

Specifies the text style for the group.