-
21 Mar 2012 6:17 AM #1
Window percentage size problem
Window percentage size problem
Hi,
I have a problem with Window percentage size.
Very simple example code:
Code execution result:Code:window.setSize("75%", 75%");
- width is ok
- height has minimal size, it seems that my settings not reflect to height.
My question is: why it is not working and what is a recommened way to setting component sizes in Ext-Gwt? Pixels, percentage or not setting anything?
-
29 Mar 2012 2:20 AM #2
-
2 May 2012 11:12 AM #3
looks like you are missing a quote character...


Reply With Quote