$root.$iremoteforms.REMOTEFORM.$objs.transbutton

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 
$::verticalIf true,the text and icon are arranged vertically
$boldwhenhotIf true,the font is bold when the button is hot
$borderwidthThe width in pixels (0-7) of the button border
$buttonborderradiusThe radius in pixels of the button corners
$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)
$horzpaddingThe left and right padding of the field
$hotbackalphaThe alpha value (0-255) used with $hotbackcolor
$hotbackcolorThe 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
$hotbordercolorThe color of the button border when the button is hot.kColorDefault means transparent
$hoticonidThe icon id of the icon displayed when the button is hot.No hot icon means use $iconid (if set) when the button is hot
$iconidThe icon identifier used to reference the icon
$icontextspacingThe gap between the icon and the text if they are positioned together
$spliticonandtextIf true, the icon and text are separated so that the text can be aligned independently
$textThe text or calculation stored with the object
$textbeforeiconIf true,and the control has both text and an icon,the text is drawn before the icon
$textishtmlIf 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)
$vertalignThe vertical alignment or justification of the field. A kJstVert... constant
kJstVertBottom kJstVertMiddle kJstVertTop
$vertpaddingThe 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

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 
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 evClick evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown

Children

Top 

$methods