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 | |
| $::contenttip | Text which is displayed in the field when it is empty,to help the user understand what content should be entered |
| $::listheight | The maximum number of lines displayed in the dropped list |
| $::listname | The name of the list to display combo choices |
| $autocapitalize | If set, overrides autocapitalizing behaviour of virtual keyboards kJSAutoCapitalizeNone kJSAutoCapitalizeSentences kJSAutoCapitalizeWords |
| $autocorrect | If true, allow the browser to apply auto-correct to, and suggestions for, words typed into this field. Only applies to iOS |
| $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 |
| $contenttiptextcolor | The text color used for the content tip, or the label when displayed as a content tip |
| $defaultline | This will be the line selected when default text is used to initialise the list |
| $defaulttext | The default text used to initialise the list (a comma-separated list of items). Ignored if a list is assigned to $dataname |
| $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) |
| $dropliststyle | The style of the droplist. A kJSDropListStyle... constant kJSDropListStyleDefault kJSDropListStyleRounded |
| $extraspace | A number of pixels (>= 0).If $extraspace is zero,the height of each row is the default height of the row content.If $extraspace is greater than zero,the height of each row is the font height + $extraspace |
| $horzpadding | The left and right padding of the field |
| $inputborderstyle | A kJSInputBorderStyle... constant that controls the appearance of kJSborderDefault, and which specifies the appearance of the control border when the control has the focus kJSInputBorderStyleOutlined kJSInputBorderStyleUnderline |
| $listcolumn | The column of the list variable that is used to populate the drop list |
| $negallowed | Only applies when the dataname is a numeric type.If true,the entry field allows negative values |
| $selectedlinecolor | The color used to display selected lines |
| $selectedlinetextcolor | The text color used for selected lines |
| Standard | $active $alpha $ariadescribedby $arialabel $arialabelledby $backalpha $backcolor $bordercolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $dateformat $dateformatcustom $defaultdisabledappearance $defaultinactiveappearance $disablesystemfocus $dragborder $dragmode $dropmode $edgefloat $effect $enabled $errortext $errortextpos $events $fieldstyle $font $fontsize $fontstyle $height $ident $label $labelfontsize $labelhottextcolor $labeliscontenttip $labelposition $labeltextcolor $left $linestyle $name $nexttabobject $numberformat $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 | |||
| 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 evClick evDrag evDragBorder evDragFinished evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown evWillDrop |
| $methods |