Previous Topic: schedAttrNext Topic: schedGroup


schedConfig

The schedConfig macro controls the appearance and contents of 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:

autoSearch=0|1

Specifies whether to reissue a search automatically if necessary.

defaultView=0|1|7|30|99

Specifies the initial view as 1 (day), 7 (week), 30 (month), 99 (nday), or 0 (list).

export=0|codename

Specifies the iCalendar export template code (0=no export).

firstday=0|1|2|3|4|5|6

Specifies the first weekday from 0 (Sunday) to 6 (Saturday).

hoverMax=35|number

Specifies the maximum number of rows in a hover information pop-up.

legend=0|1|2

Specifies the position of a legend (1=top, 2=bottom, 0=none).

maxgroups=4|number

Specifies the maximum number of groups per cell in month view.

ndays=0|(3,7,14,28)|(n1,n2,..)

Specifies the contents the n-days drop-down list as a comma-separated list of numbers. A value of 0 signifies no n-days drop-down list.

round=0|(0,15)|(hh,mm)

Specifies event times in hours and minutes enclosed in parentheses. The default of (0,15) specifies rounding to the nearest 15 minutes. A value of 0 signifies no rounding.

timefmt=24hr|(am,pm)

Specifies time format as either 12 or 24 hour. You specify the 12-hour value as two comma-separated strings, the first for am and the second for pm.

tzSelect=string

Specifies where clause restrictions on the time zone drop-down list.