Nov 01, 2011, 9:00 AM
[1.2] FitLayout doesn't render with user controls or other controls in a UserControl
This is the scenario:
}});{ id: "ctl00_ctl00_cp_cp_ctl52_ProfP", xtype: "panel",
As you can see after the ; there should be construction of a new object
[Test.aspx]
<Viewport>
<Items>
<Panel>
<Content>
<UserControl1>
</Content>
</Panel>
</Items>
</Viewport>
[UserControl1]
<FitLayout>
<Panel>
</Panel>
</FitLayout>
<Menu />
<Window />
<UserControl2>
The fitlayout control will not render. It constructs the following javascript:}});{ id: "ctl00_ctl00_cp_cp_ctl52_ProfP", xtype: "panel",
As you can see after the ; there should be construction of a new object
Last edited by geoffrey.mcgill; Nov 04, 2011 at 12:29 AM.