$root.$iremoteforms.REMOTEFORM.$objs.splitbutton

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 
$::menunameThe name of the menu class to use for this control
$::verticalIf true, the text and icon are arranged vertically
$arrowsideThe position of the dropdown button on the control
kJSSplitButtonArrowSideBottom kJSSplitButtonArrowSideLeft kJSSplitButtonArrowSideRight kJSSplitButtonArrowSideTop
$borderwidthThe width (0-7) of the edges drawn as the border of the control
$buttonborderradiusThe radius in pixels of the 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
$hotbackcolorThe background color of the control when hovered or focused
$iconidThe icon identifier used to reference the icon
$icontextspacingThe gap between the icon and the text if they are positioned together
$menubackcolorThe background color of menu lines
$menudisabledtextcolorThe text color of disabled menu lines
$menuhotbackcolorThe background color of menu lines when hovered or focused
$menuhottextcolorThe text color of menu lines when hovered or focused
$menutextcolorThe text color of menu lines
$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
$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 $hasshadow $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