$root.$iremoteforms.REMOTEFORM.$objs.tilegrid

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 
$buttoncolorThe color of tile action buttons
$centertilesIf true, and $tilefixedwidth is such that tiles do not use the full width, tiles will be centered
$columncountThe number of grid columns. Applied when $tileminwidth and $tilefixedwidth are zero
$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)
$horzpaddingThe left and right padding of the field
$imagescalingThe scaling type for tile images. A kJSTileGridScaling... constant
kJSTileGridScalingContain kJSTileGridScalingCover kJSTileGridScalingFill kJSTileGridScalingNone
$text1alignThe text alignment used for the first text field in the tiles
kCenterJst kLeftJst kRightJst
$text1colorThe color used for the first text field in the tiles
$text1fontThe font used for the first text field in the tiles
$text1sizeThe pt size used for the first text field in the tiles
$text1styleThe font style used for the first text field in the tiles
$text2alignThe text alignment used for the second text field in the tiles
kCenterJst kLeftJst kRightJst
$text2colorThe color used for the second text field in the tiles
$text2fontThe font used for the second text field in the tiles
$text2sizeThe pt size used for the second text field in the tiles
$text2styleThe font style used for the second text field in the tiles
$tileborderradiusThe border radius used for tiles
$tilecolorThe default tile background color. Can be overridden for individual tiles in the data list
$tilefixedwidthThe width of tiles in pixels. Takes priority over $tileminwidth and $columncount
$tilegapThe gap between tiles in pixels
$tilegrowonhoverbyThe expansion in pixels added in every direction to a hovered tile. Adjacent tiles will not be overlapped.
$tileheightThe height of tiles in pixels
$tilehotcolorThe default hovered tile background color. Can be overridden for individual tiles in the data list
$tileimagezoomThe percentage by which the image of a hovered tile expands
$tileminwidthThe minimum width of tiles in pixels. Applied when $tilefixedwidth is zero
$tileshadowIf true shadow is visible round each tile
$titlebarcolorThe color of the title bar
$titlebarheightThe height of the title bar in pixels
$titlebarlayoutThe layout of the title bar and background image. A kJSTileGridTitle... constant
kJSTileGridTitleBesideImage kJSTileGridTitleBesideImageAndBackground kJSTileGridTitleCoversImage
$titlebarpositionThe position of the title bar on the tile. A kJSTileGridTitleBarPosition... constant
kJSTileGridTitleBarPositionBottom kJSTileGridTitleBarPositionNone kJSTileGridTitleBarPositionTop
$vertpaddingThe top and bottom padding of the field
Standard$active $alpha $ariadescribedby $arialabel $arialabelledby $backalpha $backcolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $defaultinactiveappearance $disablesystemfocus $dragborder $dropmode $edgefloat $errortext $errortextpos $events $fieldstyle $height $ident $left $name $nexttabobject $objtype $order $preventlayoutanimation $removefromtaborder $sidepanel $sidepanelmode $tooltip $top $userinfo $visible $visibleinbreakpoint $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 
evButtonClickA tile's action button was clicked
Parameters
pEventCodeThe event code
pClickedTileThe index of the tile that was clicked
evTileClickA tile was clicked
Parameters
pEventCodeThe event code
pClickedTileThe index of the tile that was clicked
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 evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown

Children

Top 

$methods