Changeset 5654
- Timestamp:
- 05/21/08 04:11:37 (8 months ago)
- Location:
- trunk/ui/tests
- Files:
-
- 2 modified
-
uiTest.resizables.html (modified) (1 diff)
-
uiTest.resizables.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/tests/uiTest.resizables.html
r5420 r5654 45 45 46 46 .bar { 47 color: maroon; 48 width: 400px; 49 height: 40px; 47 border: 1px #000 dashed; 50 48 } 51 49 -
trunk/ui/tests/uiTest.resizables.js
r5143 r5654 31 31 }, 32 32 "proxy" : { 33 ".bar" : "$('#foo').resizable({ proxy: ' #bar' });"33 ".bar" : "$('#foo').resizable({ proxy: 'bar' });" 34 34 }, 35 35 "destructive" : { … … 38 38 }, 39 39 "proportionallyResize" : { 40 "bar" : "$('#foo').resizable({ proportionallyResize: [$('#bar')]});"40 "bar" : "$('#foo').resizable({ alsoResize: { '#test-container': ['width', 'height'] } });" 41 41 }, 42 42 },
