$root.$iremoteforms.REMOTEFORM.$objs.picture

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 
$alttextThe value of the image's alt-text attribute. Used to describe the appearance or function of an image.
$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
$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)
$iconidThe icon identifier used to reference the icon
$keepaspectratioIf true, and $noscale is false,the aspect ratio of the picture is maintained when it is scaled
$keepaspectratiomodeA kKAR... constant that indicates how the picture is scaled and positioned when $keepaspectratio is true and $noscale is false
kKARcenter kKARfill kKARtopLeft
$mediatypeIf $iconid is not set,$mediatype is the binary image data type or MIME type of the content of the $dataname variable (e.g. image/png, image/jpeg, image/svg+xml);if $iconid and $mediatype are empty,content of the $dataname variable is a URL
$noscaleIf true, the picture field does not scale the picture
$picturealignA kPAL... constant which,together with $horzscroll and $vertscroll (and $autoscroll for the JavaScript client),identifies where the picture will be positioned in the field
kPALbottomCenter kPALbottomLeft kPALbottomRight kPALcenter kPALcenterLeft kPALcenterRight kPALtopCenter kPALtopLeft kPALtopRight
$tileIf true, image is tiled
$tintcolorThe tint color to apply when using an SVG icon
Standard$active $alpha $ariadescribedby $arialabel $arialabelledby $autoscroll $backalpha $backcolor $bordercolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $disablesystemfocus $dragborder $dragmode $dropmode $edgefloat $effect $errortext $errortextpos $events $fieldstyle $height $horzscroll $ident $left $linestyle $name $nexttabobject $objtype $order $preventlayoutanimation $removefromtaborder $sidepanel $sidepanelmode $tooltip $top $userinfo $vertscroll $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 
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
StandardevBefore evCanDrop evClick evDrag evDragBorder evDragFinished evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown evWillDrop

Children

Top 

$methods