Parent: $root.$iwindows.WINDOW.$objs
Children
Object specific | |
$allowchange | If true,the user can change the current date |
$currday | The calendar's current date as a string. |
$currdaycolor | The color of the current day |
$currdayicon | The icon used to represent the current day |
$currdaymode | The drawing style for the current day kBorder3DFace kBorder3DHilite kBorderBevel kBorderChisel kBorderCtrlComboBox kBorderCtrlDropList kBorderCtrlEdit kBorderCtrlGroupBox kBorderCtrlList kBorderCtrlListCell kBorderCtrlShadow kBorderCtrlShadowEx kBorderCtrlTabPane kBorderEmbossed kBorderEmbossedChisel kBorderInset kBorderInsetBevel kBorderNone kBorderPlain kBorderShadow kBorderSingleEmbossed kBorderSingleInset |
$currdaytextcolor | The color of the current date |
$daycolor | The color of the other days in this month |
$dayfont | The font used for the days |
$dayfontsize | The font size used for the days |
$daymode | The drawing style for the days in this month kBorder3DFace kBorder3DHilite kBorderBevel kBorderChisel kBorderCtrlComboBox kBorderCtrlDropList kBorderCtrlEdit kBorderCtrlGroupBox kBorderCtrlList kBorderCtrlListCell kBorderCtrlShadow kBorderCtrlShadowEx kBorderCtrlTabPane kBorderEmbossed kBorderEmbossedChisel kBorderInset kBorderInsetBevel kBorderNone kBorderPlain kBorderShadow kBorderSingleEmbossed kBorderSingleInset |
$daytooltips | If true,a separate tooltip is required for each day |
$fieldstylefocused | The style in system class #STYLES assigned to this field in addition to $fieldstyle when the control has focus |
$firstday | The first day the calendar will show kFriday kMonday kSaturday kSunday kThursday kTuesday kWednesday |
$gridsection | The type of the complex grid section containing the object. One of the kGrid... constants |
$headingbold | If true,the heading is drawn in bold |
$headingcolor | The color used for the heading |
$headingfont | The font used for the heading section |
$headingfontsize | The font size used for the heading section |
$headingmode | The drawing style for the heading kBorder3DFace kBorder3DHilite kBorderBevel kBorderChisel kBorderCtrlComboBox kBorderCtrlDropList kBorderCtrlEdit kBorderCtrlGroupBox kBorderCtrlList kBorderCtrlListCell kBorderCtrlShadow kBorderCtrlShadowEx kBorderCtrlTabPane kBorderEmbossed kBorderEmbossedChisel kBorderInset kBorderInsetBevel kBorderNone kBorderPlain kBorderShadow kBorderSingleEmbossed kBorderSingleInset |
$headingtextcolor | The color of the text in the heading |
$monthtextcolor | The color of the days in this month |
$navcolor | The color used for the navigation bar |
$navfont | The font used to draw navigation bar items |
$navfontsize | The font size used to draw navigation bar items |
$navtextcolor | The color used for the navigation bar text |
$otherdaycolor | The color of days not in this month |
$otherdaymode | The drawing style for the previous and next months days kBorder3DFace kBorder3DHilite kBorderBevel kBorderChisel kBorderCtrlComboBox kBorderCtrlDropList kBorderCtrlEdit kBorderCtrlGroupBox kBorderCtrlList kBorderCtrlListCell kBorderCtrlShadow kBorderCtrlShadowEx kBorderCtrlTabPane kBorderEmbossed kBorderEmbossedChisel kBorderInset kBorderInsetBevel kBorderNone kBorderPlain kBorderShadow kBorderSingleEmbossed kBorderSingleInset |
$othertextcolor | The color of the days in previous and next month |
$shortname | If true,the days are drawn using a short name |
$showheading | If true,days of the week are shown |
$showmonthlynav | True if the navigation bar is displayed |
$showweeknumbers | True if the ISO week number column is displayed |
$todaybold | If true,todays date is drawn in bold |
$todayscolor | The color of today |
$todaystextcolor | The color of todays date |
$tooltipday | The date to use for the current tooltip; only significant when $daytooltips is kTrue, and a tooltip is being generated |
$tooltippos | A kTooltipPos... constant that specifies where $tooltip appears relative to the control kTooltipPosBottom kTooltipPosLeft kTooltipPosMouse kTooltipPosRight kTooltipPosTop |
$uistyle | True if the calendar uses a more modern style for drawing kCalUIstyleClassic kCalUIstyleModern |
$weeknumbercolor | The background color of the week numbers column if displayed |
$weeknumbertextcolor | The text color of the week numbers column if displayed |
Standard | $active $alpha $candropcursor $componentctrl $componentinfo $componentlib $componentvalid $container $contextmenu $cursor $disablefocus $disablesystemfocus $dragborder $dragiconid $dragmode $dragrange $dropmode $edgefloat $effect $enabled $fieldstyle $framehwnd $gridcolumn $hasfocus $height $helpfile $hwnd $ident $keyevents $left $mouseevents $name $nodropcursor $objtype $order $osdropflags $rmouseevents $selected $sidepanel $sidepanelmode $statusevents $tooltip $top $userinfo $visible $width |
Object specific | |
$clearicons | $clearicons() Method to clear all day icons |
$getdayicon | $getdayicon(iDay[,&cDayIcon]) Method to get the icon for day iDay. Returns the integer icon id (when the icon has an integer id). Also sets cDayIcon (when present) to the icon id |
$sendevent | $sendevent(iEvent[,eventParameters...]) Sends event iEvent (an ev... constant value) to the object with eventParameters passed as name,value pairs, for example $sendevent(evClick,'pLineNumber',2).Returns kFalse if the event is discarded |
$setdayicon | $setdayicon(iDay,vDayIcon) Method to set the icon for day iDay to vDayIcon |
$showpanel | $showpanel(iAction[,iMode=kSidePanelModeAuto]) executes kSidePanelAction... on a side panel object. iMode only applies to kSidePanelActionShow,and must be kSidePanelModeCover/Push/Auto. For JS client,$showpanel must be executed on the client |
Standard | $redraw |
Object specific | |||||
evHoursChange | Sent to the clock when the hours change Parameters
| ||||
evMinutesChange | Sent to the clock when the minutes change Parameters
| ||||
evSecondChange | Sent to the clock when the seconds change Parameters
| ||||
evWillHide | Sent to a field before it is hidden. Currently only used when the field is set as a side panel Parameters
| ||||
evWillShow | Sent to a field before it becomes visible. Currently only used when the field is set as a side panel Parameters
| ||||
Standard | evAfter evBefore evCanDrop evDisabled evDrag evDragBorder evDragFinished evDrop evEnabled evHidden evKey evMouseDouble evMouseDown evMouseEnter evMouseLeave evMouseUp evOpenContextMenu evRMouseDouble evRMouseDown evRMouseUp evSent evShiftTab evShown evTab evWillDrop |
$methods |