$root.$iremoteforms.REMOTEFORM.$objs.list

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
$checkboxcolorThe color of checkboxes in the list
$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)
$entertodoubleclickIf true, the Enter key will fire a double-click event. In this case, space can be used to fire a single-click
$evenrowcolorThe background color of even numbered displayed rows. kColorDefault means use the same color as the odd numbered rows ($backcolor)
$extraspaceA number of pixels (>= 0).If $extraspace is zero,the height of each row is the default height of the row content.If $extraspace is greater than zero,the height of each row is the font height + $extraspace
$hilitelineIf true, the object highlights lines during drag and drop
$iconidThe icon identifier used to reference the icon
$ischecklistIf true,each list line has a checkbox which shows if the line is selected,and which also allows the user to select or de-select the line if the control is enabled
$keyboardchangeslineIf true, the current line is changed on keyboard navigation keys. If false, moves a focused line state on keyboard navigation.
$listcolumnThe column of the list variable that is used to populate the control
$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
$rightclicksetslineIf true, right clicking on a line sets the current line in the list
$selectedlinecolorThe color used to display selected lines
$selectedlinesonlyApplies only when $ischecklist is false,in which case true means that the list only displays selected lines
$selectedlinetextcolorThe text color used for selected lines
Standard$active $alpha $ariadescribedby $arialabel $arialabelledby $autoscroll $backalpha $backcolor $bordercolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $dateformat $dateformatcustom $defaultdisabledappearance $defaultinactiveappearance $disablesystemfocus $dragborder $dragmode $dropmode $edgefloat $effect $enabled $errortext $errortextpos $events $fieldstyle $font $fontsize $fontstyle $height $horzscroll $hscroll $ident $left $linestyle $name $nexttabobject $numberformat $objtype $order $preventlayoutanimation $removefromtaborder $sidepanel $sidepanelmode $textcolor $tooltip $top $userinfo $vertscroll $visible $visibleinbreakpoint $vscroll $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 
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 evDrag evDragBorder evDragFinished evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown evWillDrop

Children

Top 

$methods