$root.$iremoteforms.REMOTEFORM.$objs.background

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 
$::shapeThe shape
kJSBackEllipse kJSBackHorzline kJSBackImage kJSBackRect kJSBackRoundRect kJSBackTriangle kJSBackVertline
$animationA string defining an animation. eg. rotate(90,4000,elastic,rotate_done). Only supported by browsers which support Raphael
$attrA string defining an attribute change. eg. attr(scale,.5) - reduces object by 50%. Apart from scale,only supported by browsers which support Raphael
$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)
$imagepathThe path to an image if shape is an image
$keepaspectratioIf true,the image is scaled so that the aspect ratio of the image is preserved (only applies when $shape is kJSBackImage)
$strokewidthThe width of the stroke line
Standard$active $alpha $backalpha $backcolor $backpattern $bordercolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $disablesystemfocus $dragborder $dropmode $edgefloat $errortext $errortextpos $events $fieldstyle $forecolor $height $ident $left $name $nexttabobject $objtype $order $preventlayoutanimation $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 
evAnimCompleteSent to the control when an animation is complete if the animation had a complete context
Parameters
pEventCodeThe event code
pAnimContextThe animation context string - as supplied when the animation was set
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