alsoResize - disabling height resize

alsoResize - disabling height resize


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?