$root.$iremoteforms.REMOTEFORM.$objs.label

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 
$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
$labelforAssociates the label with another control - enter name of control. Only works for tagtype kJSLabelTypeLabel
$tagtypeSets HTML tag to <label>, header tag <h1>...<h6> or paragraph <p>
kJSLabelTypeH1 kJSLabelTypeH2 kJSLabelTypeH3 kJSLabelTypeH4 kJSLabelTypeH5 kJSLabelTypeH6 kJSLabelTypeLabel kJSLabelTypeP
$textThe text or calculation stored with the object
$textishtmlIf true,the text is treated as HTML (so that HTML syntax characters are not escaped and therefore HTML can be used to style the text)
$vertcentertextIf true,single line text is vertically centered in the height of the field
$vertpaddingThe top and bottom padding of the field
Standard$active $align $alpha $backalpha $backcolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $disablesystemfocus $dragborder $dropmode $edgefloat $enabled $errortext $errortextpos $events $fieldstyle $font $fontsize $fontstyle $height $ident $left $name $nexttabobject $objtype $order $preventlayoutanimation $removefromtaborder $sidepanel $sidepanelmode $textcolor $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 
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