google-code-export / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Add setSize(int, int) to BaseExtWidget #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
setSize added to BoxComponent class (subclass of Component and super class of 
Field).

Original comment by sanjiv.j...@gmail.com on 17 Aug 2007 at 2:52