Ext allows for:
// auto fit the comment box to the dialog size
var sizeTextBox = function(){
txtComment.setSize(dialog.size.width-44, dialog.size.height-
};
sizeTextBox();
dialog.on('resize', sizeTextBox);
Original issue reported on code.google.com by mathias....@gmail.com on 16 Aug 2007 at 1:32
Original issue reported on code.google.com by
mathias....@gmail.com
on 16 Aug 2007 at 1:32