You would have to implement this on your own. In the resizeStart callback, you would need to store the original size of the two elements that you want to simultaneously resize. Then in the resize callback you would calculate the difference between the current size and the original size of the element you are resizing and then use that difference to calculate the size that you want the other element to be.
On Sep 25, 2:07 am, Eric <[email protected]> wrote: > I am trying to use the jQuery UI Resizable feature. I would like to > only add a south/west resize handler on one object, so it will resize > to the west and south. When it resizes, I would like to simultaneously > resize another object, but only in the 'south' direction. I am trying > to use the alsoresize property, but it seems always resizes the second > object by the same amount in both directions. Does any one know how to > achieve this? > > Thank you, > > Eric --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
