$root.$iremoteforms.REMOTEFORM.$objs.pagedpane

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 
$animatetransitionsIf true,transitions between pages will be animated
$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
$currentpageThe current page.Always initialized to 1 at runtime.For the window paged pane object,assigning a different value to $currentpage at runtime generates an evTabSelected event
$landmarkA kLandmark... constant that specifies a role to make this container an ARIA landmark region
kLandmarkBanner kLandmarkComplementary kLandmarkContentinfo kLandmarkForm kLandmarkMain kLandmarkNavigation kLandmarkNone kLandmarkSearch
$pagecountThe page count for the control
$scrolltochangepageIf true,the pages are laid out horizontally,and the user can change the current page by scrolling horizontally. When the user changes the current page by scrolling,the paged pane control generates an evUserChangedPage event
Standard$active $alpha $arialabel $arialabelledby $autoscroll $backalpha $backcolor $bordercolor $componentinfo $contextmenu $cssclassname $dataname $disablesystemfocus $dragborder $edgefloat $effect $enabled $errortext $errortextpos $events $fieldstyle $hasshadow $height $ident $left $linestyle $name $nexttabobject $objtype $order $preventlayoutanimation $sidepanel $sidepanelmode $tooltip $top $userinfo $visible $visibleinbreakpoint $width

Methods

Warning: with the exception of $redraw(),methods can only be called from client methods.

$makegroupbox$makegroupbox(cLabel[,cFont,cFontSize,cTextColor]) Client-executed method.Changes the appearance of a JS client paged pane or scrollbox to look like a group box with the label, CSS font, font size and text color.Can be called from $init
$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 
evUserChangedPageThe current page has been changed automatically by the user interacting with the UI, rather than the result of any Omnis code. E.g. Clicking on a control linked to this by its $linkedobject property
Parameters
pEventCodeThe event code
pPageNumberThe number of the new page selected by the user
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
StandardevDragBorder evExecuteContextMenu evHidden evOpenContextMenu evShown

Children

Top 

$methods