Changeset 5528 for trunk/ui/tests/resizable.html
- Timestamp:
- 05/09/08 11:39:47 (7 months ago)
- Files:
-
- 1 modified
-
trunk/ui/tests/resizable.html (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/tests/resizable.html
r5420 r5528 194 194 195 195 $(document).ready(function(){ 196 $(".package").resizable({ handles: 'w, e', auto hide: true, minWidth: 10, containment: 'parent'});196 $(".package").resizable({ handles: 'w, e', autoHide: true, minWidth: 10, containment: 'parent'}); 197 197 198 198 … … 214 214 //transparent: true, 215 215 aspectRatio: true, 216 //auto hide: true,216 //autoHide: true, 217 217 minWidth: 100, 218 218 minHeight: 100, … … 240 240 //proxy: "proxy", 241 241 handles: 'all', 242 //auto hide: true,242 //autoHide: true, 243 243 244 244 minWidth: 50, … … 279 279 ghost: true, 280 280 281 auto hide: true,281 autoHide: true, 282 282 283 283 maxHeight: 500, … … 316 316 //containment: 'parent', 317 317 aspectRatio: 'preserve', 318 auto hide: true318 autoHide: true 319 319 }); 320 320
