Herbieh
Junior Member
Posts: 2
Registered: 4/15/2008
Member Is Offline
|
| posted on 4/15/2008 at 12:19 PM |
|
|
3 sliders
Hy,
I would like to ask for your help.
I use 3 sliders in my html code, but in such a way that just the first and the second sliders could be movable, and the third one should move
automatically depending on the values of the two other sliders.
How could i make a function, that moves the third slider if i move the others?
Ty
Herbert
P.S. I could attach the files if you would like.
|
|
|
tigra
Administrator
Posts: 1920
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/21/2008 at 02:58 PM |
|
|
you'll need to attach the event handler functions to first two scrollers and set the third in that handler.
See the product documentation and samples (keywords: h_onMove, f_setValue)
|
|
|
Herbieh
Junior Member
Posts: 2
Registered: 4/15/2008
Member Is Offline
|
| posted on 4/22/2008 at 11:31 AM |
|
|
| Quote: | Originally posted by tigra
you'll need to attach the event handler functions to first two scrollers and set the third in that handler.
See the product documentation and samples (keywords: h_onMove, f_setValue) |
Could You show me an example please? I couldn't find exactly in the documentation and examples how to implement it.
edit: well... succes.
Now just try to do the same with the on_Button event..
|
|
|
tigra
Administrator
Posts: 1920
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/22/2008 at 09:58 PM |
|
|
Attached please find the sample page with dependent sliders.
Submit a support ticket with the customization request if you need the script configured differently for you.
Attachment: dependent_sliders_demo.html (3.18kb)
This file has been downloaded 104 times
|
|
|