$root.$iremoteforms.REMOTEFORM.$objs.nativelist

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 
$accessorycontentcolColumn number in the list data which contains the accessory content
$accessorytypecolColumn number in the list data which contains the accessory type (one of the kJSNativeListAccessoryType... constants)
$accessoryvaluecolColumn number in the list data which contains the accessory value
$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
$buffersizeThe number of rows to buffer outside the visible area, for scrolling
$buttonalphaAlpha value of button accesories (0-255. Only applies when $buttoncolor is not kColorDefault)
$buttonbordercolorColor of button accesories' borders
$buttoncolorColor of button accesories
$buttonpressedalphaAlpha value of button accesories when pressed (0-255. Only applies when $buttonpressedcolor is not kColorDefault)
$buttonpressedcolorColor of button accessories when pressed
$buttontextcolorThe color of text displayed on button accessories
$buttontextfontThe font of text displayed on button accessories
$buttontextsizeThe pt size of text displayed on button accessories
$buttontextstyleThe font style of text displayed on button accessories
$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)
$dividercolorColor used for the dividing line between rows
$groupalphaThe alpha value used for group heading backgrounds (0-255)
$groupcolorThe color used for group heading backgrounds
$groupheightThe height of group sections
$grouptextcolorThe color used for group text
$grouptextfontThe font used for group text
$grouptextsizeThe pt size used for group text (0 means use platform default)
$grouptextstyleThe font style used for group text
$imagecolColumn number in the list data which contains the image URLs
$imageheightThe height to display images at
$imagewidthThe width to display images at
$keyboardchangeslineIf true, the current line is changed on keyboard navigation keys. If false, moves a focused line state on keyboard navigation.
$lineheightThe height of rows in the list
$menulistnameThe name of the menu list used by rows with a menu accessory
$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
$reorderbetweengroupsIf true, rows can be moved between groups when reordering
$reordermodeA kJSReorderMode... constant to specify whether rows can be reordered
kJSReorderModeLeft kJSReorderModeNone kJSReorderModeRight
$rightclicksetslineIf true, right clicking on a line sets the current line in the list
$rowalphaThe alpha value used for row backgrounds (only applies when $rowcolor is not kColorDefault)
$rowcolorColor used for row backgrounds
$rowdisplaystyleDisplay style used for the rows
kJSNativeListDisplayTextHorz kJSNativeListDisplayTextVert
$selectedrowalphaThe alpha value used for row backgrounds when selected (only applies when $selectedrowcolor is not kColorDefault)
$selectedrowcolorColor used for selected row backgrounds
$text1colColumn number in the list data which contains the main text
$text1colorThe color used for the first text field in the rows
$text1fontThe font used for the first text field in the rows
$text1selectedcolorThe color used for the first text field for selected rows
$text1sizeThe pt size for the first text field in the rows
$text1styleThe font style used for the first text field in the rows
$text2colColumn number in the list data which contains the sub text
$text2colorThe color used for the second text field in the rows
$text2fontThe font used for the second text field in the rows
$text2selectedcolorThe color used for the second text field for selected rows
$text2sizeThe pt size for the second text field in the rows
$text2styleThe font style used for the second text field in the rows
Standard$active $alpha $ariadescribedby $arialabel $arialabelledby $backalpha $backcolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $dateformat $dateformatcustom $defaultinactiveappearance $disablesystemfocus $dragborder $dropmode $edgefloat $effect $errortext $errortextpos $events $fieldstyle $height $ident $left $name $nexttabobject $numberformat $objtype $order $preventlayoutanimation $removefromtaborder $sidepanel $sidepanelmode $tooltip $top $userinfo $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 
evReorderThe list was reordered
Parameters
pEventCodeThe event code
pFromGroupThe old group of the moved row
pFromRowThe old position of the moved row
pToGroupThe new group of the moved row
pToRowThe new position of the moved row
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 evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown

Children

Top 

$methods