DMXzone Slider Support Product Page
Answered
move the slider to minimal value of 0
Asked 11 years ago
1
has this question
11 years ago Carmen Scheibe posted:
Hallo,I cannot move the slider to minimal value of "0".
I want the values: 0, 15, 30, 45
Minimal value: 0, Maximal value: 60, step15: starts at 15 and not with 0.
Minimal value: -15, Maximal value:60, step15: The slider is not function.
Do you know a solution?
Replies
Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
Hello,
Please provide a link where we can check the issue?
Please provide a link where we can check the issue?
Replied 11 years ago
11 years ago Carmen Scheibe replied:
Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
Hello Carmen,
It seems to me on this page you did not set the minimum value to "0", and only set the initial value to 15
It seems to me on this page you did not set the minimum value to "0", and only set the initial value to 15
Replied 11 years ago
11 years ago Carmen Scheibe replied:
That I have done. Makes no changes:
jQuery(document).ready(
function()
{
jQuery("#dmxSlider2"
.dmxSlider(
{"width": 70, "value": 15, "min": 0, "max": 60, "step": 15, "slide": "dmxSliderAction(\'copyFrom\',\'dmxSlider2\', \'startminute\', \'value\', 0);"}...
jQuery(document).ready(
function()
{
jQuery("#dmxSlider2"

{"width": 70, "value": 15, "min": 0, "max": 60, "step": 15, "slide": "dmxSliderAction(\'copyFrom\',\'dmxSlider2\', \'startminute\', \'value\', 0);"}...
Replied 11 years ago
11 years ago Carmen Scheibe replied:
Do you have a solution to start the slider with the value "0" ? (Minimum =0)
Carmen
Carmen
Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
Please use the When the value is changed behavior instead of when the handle is dragged.
Replied 11 years ago
11 years ago Carmen Scheibe replied:
Thank you very much. This is it.
Carmen
Carmen