Parent: $root.$iremoteforms.REMOTEFORM.$objs
Children
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 | |
$animatetransitions | If true,transitions between pages will be animated |
$borderradius | Radius 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 |
$currentpage | The 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 |
$landmark | A kLandmark... constant that specifies a role to make this container an ARIA landmark region kLandmarkBanner kLandmarkComplementary kLandmarkContentinfo kLandmarkForm kLandmarkMain kLandmarkNavigation kLandmarkNone kLandmarkSearch |
$pagecount | The page count for the control |
$scrolltochangepage | If 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 |
Object specific | |||||
evUserChangedPage | The 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
| ||||
evWillHide | Sent to a field before it is hidden. Currently only used when the field is set as a side panel Parameters
| ||||
evWillShow | Sent to a field before it becomes visible. Currently only used when the field is set as a side panel Parameters
| ||||
Standard | evDragBorder evExecuteContextMenu evHidden evOpenContextMenu evShown |
$methods |