View Full Version : $ch command-line parameter
s.bam
02-09-2002, 09:03 PM
this parameter does not affect the HEIGHT ! The w3c.org standard says the it only is specified for 'td'. So line 215 and 220 have to be changed (also for calstyle=2)
Brian
04-22-2002, 01:06 AM
The $ch variable has been removed in version 3.0 (and above). It was replaced with the $th variable that specifies the maximum table height. This should allow for more control over the size of the calendar.
height is set by th command line parameter, ch is just mistyped there in a comment.
// These options can be set here
or overridden by the command-line
options 'tw=' and 'ch='
. . .
if (!$th) $th="140"; // Table Height (with 6 rows of dates)
should be like this:
// These options can be set here
or overridden by the command-line
options 'tw=' and 'th='
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.