$root.$iremoteforms.REMOTEFORM.$objs.subform

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 
$classnameThe class name for the subwindow
$multipleclassesIf true,multiple classes can be open at runtime.When true,in the JavaScript client only,assign the class name prefixed by ~ to $classname to close an instance and set $classname to empty if the instance is currently visible
$parametersThe constructor parameters for the subform
$subinstThe instance contained by the object.If the subform property $multipleclasses is set to kTrue,you must use $subinst(cClassName) to get the appropriate instance
Standard$active $alpha $backalpha $backcolor $bordercolor $componentinfo $cssclassname $dataname $disablesystemfocus $dragborder $edgefloat $effect $enabled $errortext $errortextpos $events $hasshadow $height $horzscroll $ident $left $linestyle $name $nexttabobject $objtype $order $preventlayoutanimation $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 
evSubformLoadedA new form has finished loading inside the subform control
Parameters
pEventCodeThe event code
pFormNameThe name of the Remote Form class which has loaded
pInitialLoadIf true, this is the initial load of the form instance. It may be false if $multipleclasses is true and an existing form is returning to the front
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
StandardevDragBorder evHidden evShown

Children

Top 

$methods