Parent: $root.$iremoteforms.REMOTEFORM.$objs
Children
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 | |
| $alwaysshowdisplayvalue | If true, the current value is always displayed. If false, it is only shown when the pointer is hovered or dragged |
| $animatechanges | If true, the pointer and display value will animate when the value changes |
| $blendrangecolors | If true, the range colors are blended together, to create a color gradient |
| $circularpointertype | The style of pointer used when $gaugetype is kJSGaugeTypeCircular. A kJSGaugePointerType... constant kJSGaugePointerTypeDefault kJSGaugePointerTypeMarker kJSGaugePointerTypeNeedle |
| $clicktosetvalue | If true, the user can change the value by clicking on the gauge. If false, the value can only be changed by dragging the pointer |
| $currentrange | The current range |
| $disabledefaultcontextmenu | If 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) |
| $displayvalue | A formatted string used to display the current value. sprintf syntax with a single % format tag for the number; F and D in upper case behave like f and d respectively, except that they also insert the thousands separator |
| $gaugetype | The type of gauge (circular, horizontal or vertical). A kJSGaugeType... constant kJSGaugeTypeCircular kJSGaugeTypeHorizontal kJSGaugeTypeVertical |
| $hidescalelabels | If true, the scale labels are hidden |
| $hidescaleline | If true, the scale line is hidden |
| $hideticklines | If true, the tick lines are hidden |
| $markeroffset | The offset in pixels of the marker-type pointer from its default position |
| $minstep | The minimum step size on the scale. If this is zero or greater than or equal to the scale's range, the major tick interval is used as the minimum step |
| $opposeaxis | If true, the position of the axis is opposed |
| $opposeranges | If true, the position of the ranges is opposed |
| $padding | The padding from the scale line to the edge. 1 to 4 pixel values separated by -. Possible values: [all sides], [vertical]-[horizontal], [top]-[horizontal]-[bottom], [top]-[right]-[bottom]-[left] |
| $pointercolor | The color of the pointer |
| $rangecolor | The color of the range |
| $rangecount | The number of ranges |
| $rangeoffset | The offset in pixels of the range from the scale line |
| $rangevalueend | The end value of the range |
| $rangevaluestart | The start value of the range |
| $rangewidthend | The width of the end of the range |
| $rangewidthstart | The width of the start of the range |
| $reversedirection | If true, the positive direction is reversed |
| $scaleangleend | The angle of the end of the scale in degrees where zero is the top. Only applies when $gaugetype is kJSGaugeTypeCircular |
| $scaleanglestart | The angle of the start of the scale in degrees where zero is the top. Only applies when $gaugetype is kJSGaugeTypeCircular |
| $scalecolor | The color of the scale and tick lines |
| $scalelabelcolor | The color of the scale labels |
| $scalelabelfontsize | The font size for the scale labels |
| $scalevalueend | The end value of the scale |
| $scalevaluestart | The start value of the scale |
| $tickintervalmajor | The interval between major tick lines. Zero means the interval is calculated automatically |
| $tickintervalminor | The interval between minor tick lines. Zero means the interval is half of the major tick interval |
| $ticklineheight | The height of major tick lines. Minor tick lines are half of this height |
| Standard | $active $alpha $ariadescribedby $arialabel $arialabelledby $backalpha $backcolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $defaultinactiveappearance $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 |
| $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 |
| Object specific | |||||
| evValueChange | The value was changed by the user Parameters
| ||||
| evWillHide | Sent to a field before it is hidden. Currently only used when the field is set as a side panel Parameters
| ||||
| evWillShow | Sent to a field before it becomes visible. Currently only used when the field is set as a side panel Parameters
| ||||
| Standard | evCanDrop evClick evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown |
| $methods |