JMP 14.0 Online Documentation (English)
Discovering JMP
Using JMP
Basic Analysis
Essential Graphing
Profilers
Design of Experiments Guide
Fitting Linear Models
Predictive and Specialized Modeling
Multivariate Methods
Quality and Process Methods
Reliability and Survival Methods
Consumer Research
Scripting Guide
JSL Syntax Reference
JMP iPad Help
JMP Interactive HTML
Capabilities Index
JMP 13 Online Documentation
JMP 12 Online Documentation
JSL Syntax Reference
•
JSL Messages
•
Display Boxes
• Slider Boxes and Range Slider Boxes
Previous
•
Next
Slider Boxes and Range Slider Boxes
slider box<<Get(<index>)
range slider box<<Get Lower(<index>)
range slider box<<Get Upper(<index>)
Returns the current value of the slider.
slider box<<Set(n, <index>, <run script(0|1)>)
range slider box<<Set Lower(n, <index>, <run script(0|1)>)
range slider box<<Set Upper(n, <index>, <run script(0|1)>)
Sets the value of the slider.
run script(0|1)
controls whether an on-change script runs after the
<<Set
,
<<Set Lower,
or
<<Set Upper
message.
slider box<<Get Min()
Returns the minimum value possible for the range slider and slider.
slider box<<Set Min(float, <index>)
Sets the minimum value possible for the range slider and slider.
slider box<<Get Max()
Returns the maximum value possible for the range slider and slider.
slider box<<Get Var
range slider box<<Get Lower Var
range slider box<<Get Upper Var
Returns the variable name associated with the slider.
slider box<<Set Max(float, <index>)
Sets the maximum value possible for the range slider and slider.
slider box<<Set Script(<script>)
Sets a script to be run when the range sliders and slider is updated.
slider box<<Set Var(slider_var)
range slider box<<Set Lower Var(slider_var)
range slider box<<Set Upper Var(slider_var)
Sets the variable name associated with the slider.
Previous
•
Next
Help created on 7/12/2018