$root.$iremoteforms.REMOTEFORM.$objs.complexgrid

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 
$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
$errorlineUsed when assigning $errortext to an object in the row section of a complex grid.The line number to which $errortext will apply
$headerborderThe border style for the grid header
kJSborderEmbossed kJSborderInset kJSborderNone kJSborderPlain kJSborderSingleEmbossed kJSborderSingleInset
$headerfillcolorThe fill color for the grid or headed list box header
$headerheightThe height of the grid header
$headerlinestyleThe line style for the grid header
$horzfooterborderThe border style for the grid horizontal footer
kJSborderEmbossed kJSborderInset kJSborderNone kJSborderPlain kJSborderSingleEmbossed kJSborderSingleInset
$horzfooterfillcolorThe fill color for the grid horizontal footer
$horzfooterheightThe height of the grid horizontal footer
$horzfooterlinestyleThe line style for the grid horizontal footer
$horzheaderborderThe border style for the grid horizontal header
kJSborderEmbossed kJSborderInset kJSborderNone kJSborderPlain kJSborderSingleEmbossed kJSborderSingleInset
$horzheaderfillcolorThe fill color for the grid horizontal header
$horzheaderheightThe height of the grid horizontal header
$horzheaderlinestyleThe line style for the grid horizontal header
$pagerpageThe current page of the pager. $pagesize must be greater than zero for this to have an effect
$pagesizeIf greater than 0 a list pager will be attached to the control. This specifies the number of entries per page
$rowborderThe border style for the grid row section
kJSborderEmbossed kJSborderInset kJSborderNone kJSborderPlain kJSborderSingleEmbossed kJSborderSingleInset
$rowdividerlinestyleThe line style for the grid row divider
$rowheightThe height for the grid row
$showheaderIf true, the grid has a header
$showhorzfooterIf true, the grid has a scrollable horizontal footer
$showhorzheaderIf true, the grid has a scrollable horizontal header
$vscrolltipsIf 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

Events

Object specific 
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 evDoubleClick evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown

Children

Top 

$methods