Page 1 of 1

Slider value not available

Posted: Sun Jul 22, 2012 1:40 am
by Venks

I've made use of a slider in my app and I'm not able to pass its value to a REST service. Only 'visible' property is available which when piped to the REST service is sending across a boolean value.


Slider value not available

Posted: Sun Jul 22, 2012 3:46 am
by maxkatz

Agree, it should be there. We will add it.


Slider value not available

Posted: Sun Jul 22, 2012 7:44 am
by Venks

Thanks for the quick reply Max.

Any idea on when this would be available? Is there a workaround in the meantime to retrieve the value of the slider?


Slider value not available

Posted: Mon Jul 23, 2012 12:16 am
by maxkatz

To get the value is simple:

code
Tiggzi('mobileslider1').val();
/code

You can also use jQuery directly (Tiggzi is just a wrapper on top of jQuery select).

We will update the mapping in our August release.


Slider value not available

Posted: Mon Jul 23, 2012 6:18 am
by Venks

That's brilliant. Thank you for your help.