Parent: $root.$iremoteforms.REMOTEFORM.$objs
Children
Properties
Warning: with the exception of $componentctrl,$componentlib,$ident,$name and $objtype, the values of properties can only be read in client methods.
Object specific | |
$borderradius | Radius for rounded border corners.1 to 4 pixel values separated by -,in order topleft,topright,bottomright,bottomleft.If bottomleft is omitted it is topright.If bottomright is omitted it is topleft.If topright is omitted it is topleft |
$currdaycolor | The color used for the current day |
$currdaytextcolor | The color of the text for the current day |
$datefacealpha | The alpha value (0-255) used with $datefacecolor |
$datefacecolor | The color of the picker list face |
$datesdisabled | The name of the list containing the dates to disable |
$datestyle | A kJSDatePickerStyle... constant that specifies the current date style of the picker kJSDatePickerStyleCalendar kJSDatePickerStyleCustom kJSDatePickerStyleDate kJSDatePickerStyleDateTime kJSDatePickerStyleTime |
$datestylecustom | A JS date-time format string. Used to specify the unit columns and order in the picker when $datestyle is kJSDatePickerStyleCustom. |
$datestyleusepickeronmobile | If true, use kJSDatePickerStyleDate instead of kJSDatePickerStyleCalendar on mobile devices |
$daycolor | The color of the days in the current month |
$dayfont | The font used for the days |
$dayfontsize | The font size used for the days |
$daysofweekdisabled | The days of the week to disable. |
$disableddaycolor | The color used for disabled days. Overrides all other colors on disabled days, e.g. $daycolor, $otherdaycolor, etc. |
$disableddaytextcolor | The text color used for disabled days. Overrides all other colors on disabled days, e.g. $monthtextcolor, $otherdaytextcolor, etc. |
$disabledefaultcontextmenu | If true, the default context menu for the object will not be generated in response to a context click ($clib.$disabledefaultcontextmenu and $cobj.$disabledefaultcontextmenu must both be false for the menu to be generated) |
$entertodoubleclick | If true, the Enter key will fire a double-click event. In this case, space can be used to fire a single-click |
$firstday | The first day the calendar will show kFriday kMonday kSaturday kSunday kThursday kTuesday kWednesday |
$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 |
$headingtextcolor | The color of the text in the heading |
$maxdate | The maximum limit to selectable date in the calendar |
$mindate | The minimum limit to selectable date in the calendar |
$monthtextcolor | The color of the text of the days in the current month |
$navbold | If true, the navigation is drawn in bold |
$navcolor | The color used for the navigation |
$navfont | The font used for the navigation section |
$navfontsize | The font size used for the navigation section |
$navhilite | The color used for hilighting navigation section |
$navtextcolor | The color of the text in the navigation |
$otherdaycolor | The color of the days not in this month |
$othertextcolor | The color of the text of the days not in this month |
$rangeenddataname | The name of an instance variable (or column in a row instance variable) to receive the end date of a range selection. Must be different to $dataname |
$rangeselection | If true, allows a date range to be selected from the calendar. |
$seltextcolor | The color used for the selected value |
$showheading | If true, the days of the week are shown |
$showmonthnav | If true, the month navigator is shown |
$showweeknumber | If true, the ISO week number is shown |
$todaybold | If true, today's date is drawn in bold |
$todayscolor | The color of today |
$todaystextcolor | The color of today's date |
$weeknumbercolor | The color of the week numbers if $showweeknumber is kTrue |
$weeknumbertextcolor | The text color of the week numbers if $showweeknumber is kTrue |
Standard | $active $alpha $backalpha $backcolor $bordercolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $defaultdisabledappearance $defaultinactiveappearance $disablesystemfocus $dragborder $dropmode $edgefloat $effect $enabled $errortext $errortextpos $events $fieldstyle $font $fontsize $fontstyle $height $ident $left $linestyle $name $nexttabobject $objtype $order $preventlayoutanimation $removefromtaborder $sidepanel $sidepanelmode $textcolor $tooltip $top $userinfo $visible $visibleinbreakpoint $width |
$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 |
Object specific | |||||||||||||
evCalendarViewChange | Sent to the control when the view changes in the calendar Parameters
| ||||||||||||
evDateChange | Sent to the control when the current date is changed (not fired when $rangeselection=kTrue) Parameters
| ||||||||||||
evDateClick | Sent to the control when the user clicks on a date (only fired when $datestyle=kJSDatePickerStyleCalendar) Parameters
| ||||||||||||
evDateDClick | Sent to the control when the user double clicks on a date (not fired when $rangeselection=kTrue) Parameters
| ||||||||||||
evDateRangeChange | Sent to the control when a date range has changed (only fired when $rangeselection=kTrue) 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 | evCanDrop evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown |
$methods |