Forum /
Ext JS Community Forums 3.x /
Ext 3.x: Help & Discussion /
FormPanel in Window Size, Window Size Fit
FormPanel in Window Size, Window Size Fit
Hello?
I've been studying EXTJS
Window has been generating in the FormPanel.
Window is in the form of a Column and a dog that was loaded in the FormPanel 2.
When is this,
Window in time to increase the size of the FormPanel can also automatically increase the size I hope.
This is the source.
var config = {
renderTo: document.body,
title: this.titleText,
width: 800,
labelWidth: 80,
height: 400,
minWidth: 800,
minHeight: 400,
layout: 'column',
closable: false,
draggable: false,
tools: [{
id: 'close',
handler: function (e, target, panel) {
self.close ();
}
}]
items: [{
columnWidth: .5,
layout: 'form',
border: false,
items: [bbsCompareForm1]
}, {
columnWidth: .5,
layout: 'form',
border: false,
items: [bbsCompareForm2]
}]
buttons: [{
text: this.closeBtn,
cls: 'Btn03',
overCls: 'x-btn03-over',
handler: function () {
self.close ();
}
}]
buttonAlign: 'center'
;}
Ext.apply (this, Ext.apply (this.initialConfig, config));
trbbs.ux.bbsCompare.superclass.initComponent.call (this);
}
});
I hope soon as possible treatment. Thanks
Similar Threads
By marcus78 in forum Ext 2.x: Help & Discussion
Replies: 0
Last Post: 18 Jan 2011, 5:47 AM
By nosferatum in forum Ext 3.x: Help & Discussion
Replies: 3
Last Post: 5 Oct 2010, 1:27 AM
By TheMonolith in forum Ext 3.x: Help & Discussion
Replies: 2
Last Post: 19 Feb 2010, 12:06 AM
By bigmountainben in forum Ext GWT: Bugs (2.x)
Replies: 10
Last Post: 10 May 2009, 8:22 AM
Tags for this Thread
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us