diff options
author | tof <> | 2007-09-23 12:02:44 +0000 |
---|---|---|
committer | tof <> | 2007-09-23 12:02:44 +0000 |
commit | eae868ae7b80cfeebb8e732014d352d6cf8075c3 (patch) | |
tree | c911356b7a9ec5f37d05b0f1ea5f5257eb111be2 /framework/Web/Javascripts/source/packages.php | |
parent | e1e00df22e6e9a589c3273822ec8ce90c21da84e (diff) |
Update TSlider, and make it looks nicer by default.
Diffstat (limited to 'framework/Web/Javascripts/source/packages.php')
-rw-r--r-- | framework/Web/Javascripts/source/packages.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/Javascripts/source/packages.php b/framework/Web/Javascripts/source/packages.php index 03e237de..d056a7b8 100644 --- a/framework/Web/Javascripts/source/packages.php +++ b/framework/Web/Javascripts/source/packages.php @@ -47,10 +47,12 @@ $packages = array( ),
'slider'=>array(
- 'scriptaculous/slider.js', 'prado/controls/slider.js'
),
-
+ 'slider2'=>array(
+ 'scriptaculous/slider.js',
+ 'prado/controls/slider2.js'
+ ),
'keyboard'=>array(
'prado/controls/keyboard.js'
),
|