$root.$iremoteforms.REMOTEFORM.$objs.datepicker

Parent: $root.$iremoteforms.REMOTEFORM.$objs
 
Children 

Class notation

Properties Methods Events 

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 
$borderradiusRadius 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
$currdaycolorThe color used for the current day
$currdaytextcolorThe color of the text for the current day
$datefacealphaThe alpha value (0-255) used with $datefacecolor
$datefacecolorThe color of the picker list face
$datesdisabledThe name of the list containing the dates to disable
$datestyleA kJSDatePickerStyle... constant that specifies the current date style of the picker
kJSDatePickerStyleCalendar kJSDatePickerStyleCustom kJSDatePickerStyleDate kJSDatePickerStyleDateTime kJSDatePickerStyleTime
$datestylecustomA JS date-time format string. Used to specify the unit columns and order in the picker when $datestyle is kJSDatePickerStyleCustom.
$datestyleusepickeronmobileIf true, use kJSDatePickerStyleDate instead of kJSDatePickerStyleCalendar on mobile devices
$daycolorThe color of the days in the current month
$dayfontThe font used for the days
$dayfontsizeThe font size used for the days
$daysofweekdisabledThe days of the week to disable.
$disableddaycolorThe color used for disabled days. Overrides all other colors on disabled days, e.g. $daycolor, $otherdaycolor, etc.
$disableddaytextcolorThe text color used for disabled days. Overrides all other colors on disabled days, e.g. $monthtextcolor, $otherdaytextcolor, etc.
$disabledefaultcontextmenuIf 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)
$entertodoubleclickIf true, the Enter key will fire a double-click event. In this case, space can be used to fire a single-click
$firstdayThe first day the calendar will show
kFriday kMonday kSaturday kSunday kThursday kTuesday kWednesday
$headingboldIf true, the heading is drawn in bold
$headingcolorThe color used for the heading
$headingfontThe font used for the heading section
$headingfontsizeThe font size used for the heading section
$headingtextcolorThe color of the text in the heading
$maxdateThe maximum limit to selectable date in the calendar
$mindateThe minimum limit to selectable date in the calendar
$monthtextcolorThe color of the text of the days in the current month
$navboldIf true, the navigation is drawn in bold
$navcolorThe color used for the navigation
$navfontThe font used for the navigation section
$navfontsizeThe font size used for the navigation section
$navhiliteThe color used for hilighting navigation section
$navtextcolorThe color of the text in the navigation
$otherdaycolorThe color of the days not in this month
$othertextcolorThe color of the text of the days not in this month
$rangeenddatanameThe 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
$rangeselectionIf true, allows a date range to be selected from the calendar.
$seltextcolorThe color used for the selected value
$showheadingIf true, the days of the week are shown
$showmonthnavIf true, the month navigator is shown
$showweeknumberIf true, the ISO week number is shown
$todayboldIf true, today's date is drawn in bold
$todayscolorThe color of today
$todaystextcolorThe color of today's date
$weeknumbercolorThe color of the week numbers if $showweeknumber is kTrue
$weeknumbertextcolorThe 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

Methods

$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

Events

Object specific 
evCalendarViewChangeSent to the control when the view changes in the calendar
Parameters
pEventCodeThe event code
pViewA kJSDatePickerCalendarView... constant The current view of the calendar
pMonthThe month currently in view (only populated when pView=kJSDatePickerCalendarViewDays)
pYearThe year currently in view (only populated when pView=kJSDatePickerCalendarViewDays or kJSDatePickerCalendarViewMonths)
pStartYearThe year at the start of the current view (only populated when pView=kJSDatePickerCalendarViewYears or kJSDatePickerCalendarViewDecades)
pEndYearThe year at the end of the current view (only populated when pView=kJSDatePickerCalendarViewYears or kJSDatePickerCalendarViewDecades)
evDateChangeSent to the control when the current date is changed (not fired when $rangeselection=kTrue)
Parameters
pEventCodeThe event code
evDateClickSent to the control when the user clicks on a date (only fired when $datestyle=kJSDatePickerStyleCalendar)
Parameters
pEventCodeThe event code
pInRangeSelectionIf true, date start has been clicked but not date end (only applicable when $rangeselection=kTrue)
evDateDClickSent to the control when the user double clicks on a date (not fired when $rangeselection=kTrue)
Parameters
pEventCodeThe event code
evDateRangeChangeSent to the control when a date range has changed (only fired when $rangeselection=kTrue)
Parameters
pEventCodeThe event code
pStartDateThe start date of the selected range
pEndDateThe end date of the selected range
evWillHideSent to a field before it is hidden. Currently only used when the field is set as a side panel
Parameters
pEventCodeThe event code
evWillShowSent to a field before it becomes visible. Currently only used when the field is set as a side panel
Parameters
pEventCodeThe event code
StandardevCanDrop evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown

Children

Top 

$methods