$root.$iremoteforms.REMOTEFORM.$objs.popupmenu

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 
$::backiconidThe background icon ID for horizontal tiling of the background
$::listnameThe name of the list variable used to populate the control.In order to use this,$::menuname must be empty
$::menunameThe name of the remote menu class used to populate the control.Leave this empty in order to use the list data from $::listname
$borderradiusRadius 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
$colcascadeThe column name for the menu line cascading menu list data when using $::listname (optional)
$colcommandidThe column name for the menu line command id when using $::listname (optional)
$colenabledThe column name for the menu line enabled state when using $::listname (optional)
$coltextThe column name for the menu line text when using $::listname
$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)
$disbackcolorThe disabled background color
$distextcolorThe disabled text color
$hotbackcolorThe background color for when the control is hot; also used for the current menu line
$hotbackiconidThe background icon ID for when the control is hot (menu is open); also used for the current menu line
$hottextcolorThe text color for when the control is hot; also used for current menu line
$hotwhenmouseoverIf true,the menu is shown when the mouse is over the control
$iconidThe icon identifier used to reference the icon
$menuposSpecifies the popup position of the menu in relation to the control
kJSPopMenuPosBottom kJSPopMenuPosRight kJSPopMenuPosTop
$textThe text or calculation stored with the object
$textbeforeiconIf true,text comes before the icon ($iconid)
$usehtmlselectIf true,use the HTML <select> tag for the user interface
Standard$active $align $alpha $ariadescribedby $arialabel $arialabelledby $backalpha $backcolor $bordercolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $disablesystemfocus $dragborder $dropmode $edgefloat $effect $errortext $errortextpos $events $fieldstyle $font $fontsize $fontstyle $hasshadow $height $ident $left $linestyle $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