-
13 Feb 2009 3:00 AM #1
Slider with scale needed - any ideas?
Slider with scale needed - any ideas?
Hi there,
my application uses slider controls as shown here:
http://extjs.com/deploy/dev/examples/slider/slider.html
Now I have to implement a slider with a scale, showing the possible values of the slider (as shown in the attachement).
I looked through the ux-forum but I didn't find a solution or something similiar.
The Extjs slider example shows an custom slider with an static image as scale (without numeric values) but I need to set min and max-values dynamically, so that's no solution.
Any help, idea or advice is appreciated.
-
13 Feb 2009 3:04 AM #2
Write a plugin which inserts some extra stuff into the widget.
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
16 Feb 2009 4:03 AM #3
Range Plug-in and slider Bug?
Range Plug-in and slider Bug?
Hi there,
I wrote a plugin for the slider component.
It shows a range / scale under the slider inner element.
I attached an example.
I tested it with Ext js V 2.2.1.
(You can run the example from the examples directory)
I think there's a little bug in the slider component. Following scenario:
increment 10, minvalue = -100.
The moving of the thumb doesn't work in the range from 0 to -100.
Greetings
-
16 Feb 2009 4:35 AM #4

Top marks for initiative!
It does looks like an Ext bug with snapping when the value is less than zero.
You should probably report it in the Bugs folder.Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
21 Jun 2009 9:13 AM #5
-
20 Sep 2009 8:13 PM #6
my modification
my modification
thanks dloew。 it's my modification on dloew's work。
The slider ruler is used to be as the reference rule rof the report table to control the page margins and show the cell size ..., the max value changes with the page size and as the thumb drag it's scale will be redraw(the thumb place is the zero point)
-
22 Aug 2012 1:41 AM #7


Reply With Quote