Bug Tracker

Changeset 5654

Show
Ignore:
Timestamp:
05/21/08 04:11:37 (8 months ago)
Author:
braeker
Message:

Resizable alsoResize test case

Location:
trunk/ui/tests
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/tests/uiTest.resizables.html

    r5420 r5654  
    4545 
    4646    .bar { 
    47         color: maroon; 
    48         width: 400px; 
    49         height: 40px; 
     47        border: 1px #000 dashed; 
    5048    } 
    5149 
  • trunk/ui/tests/uiTest.resizables.js

    r5143 r5654  
    3131                }, 
    3232                "proxy" : { 
    33                     ".bar" : "$('#foo').resizable({ proxy: '#bar' });" 
     33                    ".bar" : "$('#foo').resizable({ proxy: 'bar' });" 
    3434                }, 
    3535                "destructive" : { 
     
    3838                }, 
    3939                "proportionallyResize" : { 
    40                     "bar" : "$('#foo').resizable({ proportionallyResize: [$('#bar')] });" 
     40                    "bar" : "$('#foo').resizable({ alsoResize: { '#test-container': ['width', 'height'] } });" 
    4141                }, 
    4242            },