DMXzone Slider Support Product Page
Answered
move the slider to minimal value of 0
Asked 23 Jan 2014 10:04:48
1
has this question
23 Jan 2014 10:04:48 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 23 Jan 2014 10:22:48
23 Jan 2014 10:22:48 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 23 Jan 2014 11:04:41
23 Jan 2014 11:04:41 Carmen Scheibe replied:
Replied 23 Jan 2014 11:18:08
23 Jan 2014 11:18:08 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 23 Jan 2014 12:08:45
23 Jan 2014 12:08:45 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".dmxSlider(
{"width": 70, "value": 15, "min": 0, "max": 60, "step": 15, "slide": "dmxSliderAction(\'copyFrom\',\'dmxSlider2\', \'startminute\', \'value\', 0);"}...
Replied 24 Jan 2014 12:50:26
24 Jan 2014 12:50:26 Carmen Scheibe replied:
Do you have a solution to start the slider with the value "0" ? (Minimum =0)
Carmen
Carmen
Replied 24 Jan 2014 14:42:42
24 Jan 2014 14:42:42 Teodor Kuduschiev replied:
Please use the When the value is changed behavior instead of when the handle is dragged.
Replied 24 Jan 2014 18:39:45
24 Jan 2014 18:39:45 Carmen Scheibe replied:
Thank you very much. This is it.
Carmen
Carmen