Question regarding wiquery Rangeslider

2011-11-10 Thread odin568
! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Question-regarding-wiquery-Rangeslider-tp4025737p4025737.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Question regarding wiquery Rangeslider

2011-11-10 Thread julien roche
+ > sliderBehavior.getCallbackUrl(true) >+ "&sliderValue='+" + > Slider.UI_VALUE >+ ", null,null, function() > {return true;})")); >add(slider); > > > > Can an

Re: Question regarding wiquery Rangeslider

2011-11-10 Thread odin568
Thanks. The problem is - Only normal Sliders are described in the Wiki - no SliderRange. I didn't find any Infos anywhere, that's why I post here hoping someone could help me... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Question-regarding-wiquery-R

Re: Question regarding wiquery Rangeslider

2011-11-14 Thread odin568
message in context: http://apache-wicket.1842946.n4.nabble.com/Question-regarding-wiquery-Rangeslider-tp4025737p4038916.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Question regarding wiquery Rangeslider

2011-11-14 Thread Ernesto Reinaldo Barreiro
t to initialize the Slider with a min and > max-value. Until now, min and max start with 0. I don't understand the > SliderRange constructor. I can give it beside a boolean a RangeEnum. How can > I implement that? I don't understand... > > Thanks a lot! > > -- > View

Re: Question regarding wiquery Rangeslider

2011-11-14 Thread odin568
message in context: http://apache-wicket.1842946.n4.nabble.com/Question-regarding-wiquery-Rangeslider-tp4025737p4039228.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Question regarding wiquery Rangeslider

2011-11-14 Thread Ernesto Reinaldo Barreiro
I create a range slider from 0 to 100. Then I want to set the two > positions 10 and 90 as start for the Range. > > Thanks! > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Question-regarding-wiquery-Rangeslider-tp4025737p4039228.html >

Re: Question regarding wiquery Rangeslider

2011-11-14 Thread odin568
Hi, no, this sets the complete range of the slider as in the constructor (in my example 0 and 100). Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Question-regarding-wiquery-Rangeslider-tp4025737p4039247.html Sent from the Users forum mailing list archive

Re: Question regarding wiquery Rangeslider

2011-11-14 Thread Ernesto Reinaldo Barreiro
ete range of the slider as in the constructor (in my > example 0 and 100). > > Thanks. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Question-regarding-wiquery-Rangeslider-tp4025737p4039247.html > Sent from the Users

Re: Question regarding wiquery Rangeslider

2011-11-14 Thread odin568
Ok thanks. But I have one problem implementing this: setValues needs parameter of type ArrayItemOptions How do I put my int's into this type?? Don't know how to handle that :-S sorry Thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Question

Re: Question regarding wiquery Rangeslider

2011-11-14 Thread Ernesto Reinaldo Barreiro
example 0 and 100). >> >> Thanks. >> >> -- >> View this message in context: >> http://apache-wicket.1842946.n4.nabble.com/Question-regarding-wiquery-Rangeslider-tp4025737p4039247.html >> Sent from the Users forum mailing list archive at Nabble.com. >> &g

Re: Question regarding wiquery Rangeslider

2011-11-14 Thread Ernesto Reinaldo Barreiro
; > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Question-regarding-wiquery-Rangeslider-tp4025737p4039287.html > Sent from the Users forum mailing list archive at Nabble.com. > > ---