Ext::Slider ?
Added by Christophe Delépine over 1 year ago
Hey,
My understanding is that Wt does not currently support the nice-looking sliders of extjs : [[http://dev.sencha.com/deploy/dev/examples/slider/slider.html]]
I have tried the Wt::WSlider but it does not look as good :
- the thumb is not in the middle of the line (vertical space is lost)
- the thumb is just a static image and does not highlight when the mouse goes over
- no support for multiple thumbs
Any plan for a Ext::Slider class ?
Regards
Christophe
Replies
RE: Ext::Slider ? - Added by Koen Deforche over 1 year ago
Hey Christophe,
The ExtJS slider is indeed better looking. The suggested improvements (except for the multiple thumbs -- is that any useful?) would be simple to implement however using the CSS themability, and this would be our preference.
Regards,
koen
RE: Ext::Slider ? - Added by Christophe Delépine over 1 year ago
Koen,
It would be great if you could achieve the same look as extjs sliders.
Regardings CSS themability, will it work if my slider is in a layout instead of a plain container ? (i need alignment features of layouts)
Multiple thumbs ? no i don't need them. It just looked fun..
Regards
Christophe