$root.$iremoteforms.REMOTEFORM.$objs.button

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
$borderwidthThe width of the border
$buttonalphaThe alpha value (0-255) used with $buttoncolor
$buttonbackiconidThe icon id of the button background image. To use the default system button do not set $buttonbackiconid and set $buttoncolor to kColorDefault
$buttonborderradiusThe radius in pixels of the button corners
$buttoncolorThe color of the button. To use the default system button do not set $buttonbackiconid and set $buttoncolor to kColorDefault
$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
$iconidThe icon identifier used to reference the icon
$icontextspacingThe gap between the icon and the text if they are positioned together
$isflatIf true,the button has a flat appearance
$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 inserted as raw HTML (to allow custom styling of the text). Must be valid HTML to be used as the content of a <p> element.
$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 $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