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 | |
| $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 |
| $errorline | Used when assigning $errortext to an object in the row section of a complex grid.The line number to which $errortext will apply |
| $headerborder | The border style for the grid header kJSborderEmbossed kJSborderInset kJSborderNone kJSborderPlain kJSborderSingleEmbossed kJSborderSingleInset |
| $headerfillcolor | The fill color for the grid or headed list box header |
| $headerheight | The height of the grid header |
| $headerlinestyle | The line style for the grid header |
| $horzfooterborder | The border style for the grid horizontal footer kJSborderEmbossed kJSborderInset kJSborderNone kJSborderPlain kJSborderSingleEmbossed kJSborderSingleInset |
| $horzfooterfillcolor | The fill color for the grid horizontal footer |
| $horzfooterheight | The height of the grid horizontal footer |
| $horzfooterlinestyle | The line style for the grid horizontal footer |
| $horzheaderborder | The border style for the grid horizontal header kJSborderEmbossed kJSborderInset kJSborderNone kJSborderPlain kJSborderSingleEmbossed kJSborderSingleInset |
| $horzheaderfillcolor | The fill color for the grid horizontal header |
| $horzheaderheight | The height of the grid horizontal header |
| $horzheaderlinestyle | The line style for the grid horizontal header |
| $pagerpage | The current page of the pager. $pagesize must be greater than zero for this to have an effect |
| $pagesize | If greater than 0 a list pager will be attached to the control. This specifies the number of entries per page |
| $rowborder | The border style for the grid row section kJSborderEmbossed kJSborderInset kJSborderNone kJSborderPlain kJSborderSingleEmbossed kJSborderSingleInset |
| $rowdividerlinestyle | The line style for the grid row divider |
| $rowheight | The height for the grid row |
| $showheader | If true, the grid has a header |
| $showhorzfooter | If true, the grid has a scrollable horizontal footer |
| $showhorzheader | If true, the grid has a scrollable horizontal header |
| $vscrolltips | If true,the control uses a tooltip to indicate the vertical scroll position.For JavaScript client complex grid tooltip is either return value of client-executed method $getscrolltip(row) or column 1 of the list if the method is not present |
| Standard | $active $alpha $arialabel $arialabelledby $backalpha $backcolor $bordercolor $componentinfo $contextmenu $cssclassname $dataname $defaultinactiveappearance $disablesystemfocus $dragborder $dropmode $edgefloat $effect $enabled $errortext $errortextpos $events $fieldstyle $height $horzscroll $hscroll $ident $left $linestyle $name $nexttabobject $objtype $order $preventlayoutanimation $sidepanel $tooltip $top $userinfo $vertscroll $visible $visibleinbreakpoint $vscroll $width |
Methods
Warning: with the exception of $redraw(),methods can only be called from client methods.
| $clearexceptions | $clearexceptions([iRowNumber]) Clears row based attribute exceptions in complex grid fields; omit iRowNumber to clear all exceptions |
| $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 | |||
| 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 | evCanDrop evClick evDoubleClick evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown |
| $methods |