$root.$iremoteforms.REMOTEFORM.$objs.toolbar

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 
$::iconcolorThe color of standard icons such as the hamburger icon
$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
$clippopuptocontainerIf true, the side menu and overflow menu are clipped to the toolbar's container. If false, they can extend outside its bounds
$currentitemThe current item
$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)
$displaystyleA kJSToolbarStyle... value determining the position of icon and text
kJSToolbarStyleTextAboveIcon kJSToolbarStyleTextBelowIcon kJSToolbarStyleTextLeftOfIcon kJSToolbarStyleTextRightOfIcon
$dividercolorThe color of the dividers between items if $showdividers is kTrue
$itemcountThe number of toolbar items
$itemenabledIf true, the current item is enabled
$itemiconidThe current item's icon. Icons are not displayed on overflow items
$itemoverflowForce the item to be appear in the overflow menu
$itemtextThe current item's text
$itemwidthThe width of items on the toolbar
$menudirectionA kJSToolbarMenuDirection... value which sets the direction the menus open. Different values are available depending on the $verticaltoolbar property
kJSToolbarMenuDirectionDown kJSToolbarMenuDirectionLeft kJSToolbarMenuDirectionRight kJSToolbarMenuDirectionUp
$moveitemEntering a number in this property moves the current item so that its item number is the entered number
$overflowcolorThe background color of the overflow menu
$overflowhovercolorHover color for overflow items
$overflowhovertextcolor The text color of overflow menu items when hovered
$overflowtextcolor The text color of overflow menu items
$selectedcolorThe background color of the selected item. Only applies if $showselecteditem is kTrue
$selecteditemThe number (0 - $itemcount) of the currently selected item. Only applies if $showselecteditem is kTrue
$selectedlinecolorThe color used for the background of the selected line in the side menu
$selectedtextcolorThe text color of the selected item. Only applies if $showselecteditem is kTrue
$showdividersIf true, dividers will be shown between toolbar items
$showitemiconsIf true, any item with an $itemiconid will display an icon on the toolbar
$showitemtextIf true, any item with $itemtext will display text on the toolbar
$showselecteditemIf true, the currently selected item will be highlighted (controlled by $selecteditem)
$showtooltipsShow tooltips on toolbar items. $showitemtext must be set to kFalse
$sidemenuAdd a side menu to the toolbar. The dataname must be a list containing the menu data
$sidemenucolorThe background color of the side menu
$sidemenuhovercolorHover color for side menu items
$sidemenuhovertextcolor The text color of side menu items when hovered
$sidemenutextcolorThe text color of side menu items
$titlefontsizeThe font size applied to the toolbar title
$toolbarhovercolorHover color for toolbar items
$toolbarhovertextcolorThe text color of toolbar items when hovered
$toolbariconcolorThe color of toolbar item icons. If kColorDefault, icons matches the text color
$toolbartitleThe title to display on the toolbar
$verticaltoolbarDisplay the toolbar in a vertical orientation
Standard$active $alpha $ariadescribedby $arialabel $arialabelledby $backalpha $backcolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $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 
evNavigationClickSide navigation was clicked
Parameters
pEventCodeThe event code
pClickedMenuGroupThe group containing the item that was clicked. This will be zero if the list is ungrouped
pClickedMenuItemThe navigation menu item that was clicked
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