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 | |
$::vertical | If true,the text and icon are arranged vertically |
$boldwhenhot | If true,the font is bold when the button is hot |
$borderwidth | The width in pixels (0-7) of the button border |
$buttonborderradius | The radius in pixels of the button corners |
$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) |
$horzpadding | The left and right padding of the field |
$hotbackalpha | The alpha value (0-255) used with $hotbackcolor |
$hotbackcolor | The background color of the button when it is hot (hot means either the mouse is over the button, the button has keyboard focus or the button is being clicked on a touch device).kColorDefault means use $backcolor and $backalpha |
$hotbordercolor | The color of the button border when the button is hot.kColorDefault means transparent |
$hoticonid | The icon id of the icon displayed when the button is hot.No hot icon means use $iconid (if set) when the button is hot |
$iconid | The icon identifier used to reference the icon |
$icontextspacing | The gap between the icon and the text if they are positioned together |
$spliticonandtext | If true, the icon and text are separated so that the text can be aligned independently |
$text | The text or calculation stored with the object |
$textbeforeicon | If true,and the control has both text and an icon,the text is drawn before the icon |
$textishtml | If true,the text is treated as HTML (so that HTML syntax characters are not escaped and therefore HTML can be used to style the text; note that any attributes in the HTML must be enclosed in single quotes) |
$vertalign | The vertical alignment or justification of the field. A kJstVert... constant kJstVertBottom kJstVertMiddle kJstVertTop |
$vertpadding | The top and bottom padding of the field |
Standard | $active $align $alpha $ariadescribedby $arialabel $arialabelledby $backalpha $backcolor $bordercolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $defaultinactiveappearance $disablesystemfocus $dragborder $dropmode $edgefloat $errortext $errortextpos $events $fieldstyle $font $fontsize $fontstyle $height $ident $left $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 | |||
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 evClick evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown |
$methods |