$root.$iremoteforms.REMOTEFORM.$objs.gauge

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 
$alwaysshowdisplayvalueIf true, the current value is always displayed. If false, it is only shown when the pointer is hovered or dragged
$animatechangesIf true, the pointer and display value will animate when the value changes
$blendrangecolorsIf true, the range colors are blended together, to create a color gradient
$circularpointertypeThe style of pointer used when $gaugetype is kJSGaugeTypeCircular. A kJSGaugePointerType... constant
kJSGaugePointerTypeDefault kJSGaugePointerTypeMarker kJSGaugePointerTypeNeedle
$clicktosetvalueIf true, the user can change the value by clicking on the gauge. If false, the value can only be changed by dragging the pointer
$currentrangeThe current range
$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)
$displayvalueA 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
$gaugetypeThe type of gauge (circular, horizontal or vertical). A kJSGaugeType... constant
kJSGaugeTypeCircular kJSGaugeTypeHorizontal kJSGaugeTypeVertical
$hidescalelabelsIf true, the scale labels are hidden
$hidescalelineIf true, the scale line is hidden
$hideticklinesIf true, the tick lines are hidden
$markeroffsetThe offset in pixels of the marker-type pointer from its default position
$minstepThe 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
$opposeaxisIf true, the position of the axis is opposed
$opposerangesIf true, the position of the ranges is opposed
$paddingThe 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]
$pointercolorThe color of the pointer
$rangecolorThe color of the range
$rangecountThe number of ranges
$rangeoffsetThe offset in pixels of the range from the scale line
$rangevalueendThe end value of the range
$rangevaluestartThe start value of the range
$rangewidthendThe width of the end of the range
$rangewidthstartThe width of the start of the range
$reversedirectionIf true, the positive direction is reversed
$scaleangleendThe angle of the end of the scale in degrees where zero is the top. Only applies when $gaugetype is kJSGaugeTypeCircular
$scaleanglestartThe angle of the start of the scale in degrees where zero is the top. Only applies when $gaugetype is kJSGaugeTypeCircular
$scalecolorThe color of the scale and tick lines
$scalelabelcolorThe color of the scale labels
$scalelabelfontsizeThe font size for the scale labels
$scalevalueendThe end value of the scale
$scalevaluestartThe start value of the scale
$tickintervalmajorThe interval between major tick lines. Zero means the interval is calculated automatically
$tickintervalminorThe interval between minor tick lines. Zero means the interval is half of the major tick interval
$ticklineheightThe 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

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 
evValueChangeThe value was changed by the user
Parameters
pEventCodeThe event code
pNewValueThe new value
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