Thanks, that's what I ended up doing!

On May 5, 2:14 am, thedavix <[email protected]> wrote:
> Hi!
>
> I think that the best way to do this is to work with the event resize
> and the parameter ui in order to just change the width, but not the
> height.
>
> Best,
> David
>
> On 30 avr, 23:54, slkandy <[email protected]> wrote:
>
> > Hey, guys,
> > I have a resizable div, which contains a text input element. I want
> > the input element to resize as the user makes the containing div
> > larger, but I only want this to happen width-wise:
>
> >         $("#console").resizable( { minWidth: 600, minHeight: 350, 
> > alsoResize:
> > '#output,#command' } );
>
> > console is the div and command is the text input element. Is there a
> > way to make the #command element only change its width, but not
> > height?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to