git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 3.2.2 - Released 06/02/2010
[extjs.git]
/
examples
/
image-organizer
/
imgorg
/
ImageThumbPanel.js
diff --git
a/examples/image-organizer/imgorg/ImageThumbPanel.js
b/examples/image-organizer/imgorg/ImageThumbPanel.js
index
4acb914
..
934fbd5
100644
(file)
--- a/
examples/image-organizer/imgorg/ImageThumbPanel.js
+++ b/
examples/image-organizer/imgorg/ImageThumbPanel.js
@@
-1,6
+1,6
@@
/*!
/*!
- * Ext JS Library 3.
0.0
- * Copyright(c) 2006-20
09 Ext JS, LLC
+ * Ext JS Library 3.
2.2
+ * Copyright(c) 2006-20
10 Ext JS, Inc.
* licensing@extjs.com
* http://www.extjs.com/license
*/
* licensing@extjs.com
* http://www.extjs.com/license
*/
@@
-44,7
+44,7
@@
Imgorg.ImageThumbPanel = Ext.extend(Ext.Panel, {
width: 200,
style: 'margin-right:20px;',
value: sliderValue,
width: 200,
style: 'margin-right:20px;',
value: sliderValue,
- plugins: new Ext.
ux.Slider
Tip({
+ plugins: new Ext.
slider.
Tip({
getText: function(slider){
return String.format('<b>{0}%</b>', 100+slider.getValue()*3);
}
getText: function(slider){
return String.format('<b>{0}%</b>', 100+slider.getValue()*3);
}