blob: 660e9c936d20819b1cabbf0fafaecde5316cc3fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
BlueShoes JavaScript Slider Component
=====================================
NOTE:
- If you use this as standalone package then you may want to
change the javascript include path (which currently is
/_bsJavascript/components/slider/) to something else.
see the examples.
- the example file example3_noFramework.html shows how to use
the slider component without the framework.
- For questions etc please go to:
http://developer.blueshoes.org/forum/
- the website for this component is here:
http://www.blueshoes.org/en/javascript/slider/
WISHLIST:
- allow vertical scrolling
- more default styles (icons)
- option to use default styles by names
example: mySlider.style = 'silver';
|