-
22 May 2009 5:02 PM #1
place FormPanel with form and grid in a div
place FormPanel with form and grid in a div
I have a formPanel with a form and a grid, if i use:
All is ok, but no centred in the page.Code:var bd = Ext.getBody(); ... renderTo: bd
If i use:
orCode:gridForm.render ('myDivId');
the headers of the collumm not apear.Code:var bd = Ext.get("FrameForm"); ... renderTo: bd
can someone help me?
Sérgio Sousa
www.tecdoor.com
-
30 May 2009 4:43 PM #2
I'm stuck by the same problem.
It seems formpanel rendering in customized DIV works wells in Google Chrome, but not in FF.
Anyone could help us?


Reply With Quote