$root.$iremoteforms.REMOTEFORM.$objs.navigationbar

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 
$::titleThe title for the current navigation bar stack item
$backgroundiconidIf set,the background of the control is filled using this icon after filling with $backcolor and $backalpha
$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
$buttonalphaThe alpha (0-255) to be applied to navigation bar buttons
$buttonbordercolorThe border color of the navigation bar buttons
$buttoncolorThe fill color of the navigation bar buttons
$buttonfontsizeThe font size for the button text
$buttonheightThe height of buttons on the navigation bar. Zero means calculate the height of each button automatically based on $buttonfontsize and $buttoniconsize,with a minimum value of 26
$buttonhotcolorThe fill color of a navigation bar button when the mouse is over it or it has focus
$buttoniconsizeWhen a button has an icon,it is allocated a rectangle of this width and height
$disableanimationDisables animation when moving between pages. Animations may cause problems for some screen readers. This property cannot be changed at runtime
$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)
$initiallefticonidIf set, the first navigation bar item has a button on the left hand side, displaying this icon
$initiallefttextIf this is not empty, the first navigation bar item has a button on the left hand side, displaying this text
$initialrighticonidIf set,the first navigation bar item has a button on the right hand side, displaying this icon
$initialrighttextIf not empty,the first navigation bar item has a button on the right hand side, displaying this text
$initialtitleThe initial title displayed on the navigation bar
$lefthiddenIf true,the left hand (back) button is hidden for the current navigation bar stack item
$linkedobjectThe name of a paged pane object on the current remote form, used in conjunction with the $push() method.Note that each page of the paged pane can only occur once on the navigation bar stack
$popAssign an integer to specify the number of items to 'pop' off the navigation stack. If more than the stack size, it will return to the first item
$pushAssign a 2-6 column row to $push,to push a new stack item.C1:page number to display in $linkedobject.C2:title for pushed item.C3:Text for right button.C4:Icon URL for right button.C5:Non-zero to hide the left button.C6:Text for left button.
$righticonidThe icon id of the icon on the right hand navigation bar button for the current navigation bar item
$righttextThe text on the right hand navigation bar button for the current navigation bar item
Standard$active $alpha $arialabel $arialabelledby $backalpha $backcolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $disablesystemfocus $dragborder $dropmode $edgefloat $errortext $errortextpos $events $fieldstyle $font $fontsize $fontstyle $height $ident $left $name $nexttabobject $objtype $order $preventlayoutanimation $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 
evClickInitialLeftButtonNotification of a click on the initial left button
Parameters
pEventCodeThe event code
evClickRightButtonNotification of a click on the right button
Parameters
pEventCodeThe event code
evPopFinishedGenerated when an item has been popped from the navigation bar stack,and the associated animation has finished
Parameters
pEventCodeThe event code
pPageNumberThe page number associated with the item that has been pushed or popped
evPushFinishedGenerated when an item has been pushed on to the navigation bar stack,and the associated animation has finished
Parameters
pEventCodeThe event code
pPageNumberThe page number associated with the item that has been pushed or popped
evWillHideSent to a field before it is hidden. Currently only used when the field is set as a side panel
Parameters
pEventCodeThe event code
evWillPopGenerated before an item will be popped from the navigation bar stack
Parameters
pEventCodeThe event code
pPageNumberThe page number associated with the item that has been pushed or popped
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 evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown

Children

Top 

$methods