$root.$iremoteforms.REMOTEFORM.$objs.slider

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 
$::maxThe maximum value for the slider
$::minThe minimum value for the slider
$::verticalIf true,the slider is a vertical slider
$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)
$horzmarginThe horizontal drawing margin
$reversescaleIf true, the scale is reveresed
$sliderhorziconidThe id of the icon to use for a horizontal slider handle
$sliderverticonidThe id of the icon to use for a vertical slider handle
$stepThe size of each step the slider takes between min and max
$valThe current value of the slider
$vertmarginThe vertical drawing margin
Standard$active $alpha $ariadescribedby $arialabel $arialabelledby $backalpha $backcolor $bordercolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $defaultinactiveappearance $disablesystemfocus $dragborder $dropmode $edgefloat $effect $errortext $errortextpos $events $fieldstyle $height $ident $left $linestyle $name $nexttabobject $objtype $order $preventlayoutanimation $removefromtaborder $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 
evEndSliderSent to the slider control when the control is finished tracking
Parameters
pEventCodeThe event code
pSliderValueThe new value of the slider
evNewValueSent to the slider control when the controls value has changed
Parameters
pEventCodeThe event code
pSliderValueThe new value of the slider
evStartSliderSent to the slider control when the control is starting to track
Parameters
pEventCodeThe event code
pSliderValueThe new value of the slider
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