Difference between revisions of "Slider"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | {{UI Object Header}}[[ | + | {{UI Object Header}} |
+ | A slider object that sends requests to the server. | ||
+ | |||
+ | Using this object you can execute customized Java code or generate events for the EVENTS interpreter, like with the [[user]] object, passing the object's name and the selected value. | ||
+ | |||
+ | [[File:UI Object slider.png]] | ||
+ | |||
+ | == Parameters == | ||
+ | *'''name''': name passed to the Java callback method and event in EVENTS | ||
+ | *'''position''': the object's position. Use the pixels or rows and columns coordinates format | ||
+ | *'''label''': the text label on the button. Can contain HTML tags | ||
+ | |||
+ | == Syntax == | ||
+ | (slider <name>; <position>; <label>) | ||
+ | E.g. | ||
+ | (slider!myslider slider1; x10y20; Label) |
Revision as of 19:43, 23 January 2014
A slider object that sends requests to the server.
Using this object you can execute customized Java code or generate events for the EVENTS interpreter, like with the user object, passing the object's name and the selected value.
Parameters
- name: name passed to the Java callback method and event in EVENTS
- position: the object's position. Use the pixels or rows and columns coordinates format
- label: the text label on the button. Can contain HTML tags
Syntax
(slider <name>; <position>; <label>)
E.g.
(slider!myslider slider1; x10y20; Label)