Timothy
Jan 27, 2012, 1:52 AM
Hello,
I'm using the following in my layout:
<body>
@(Html.X().ResourceManager()
.IDMode(Ext.Net.IDMode.Static)
.Theme(Ext.Net.Theme.Gray)
)
@RenderBody()
</body>
I also have a FormPanel with an .ID("Panel1") and when I click a button, a listener says "Panel1" is not identified. Works if I use #{Panel1}.
Cheers
I'm using the following in my layout:
<body>
@(Html.X().ResourceManager()
.IDMode(Ext.Net.IDMode.Static)
.Theme(Ext.Net.Theme.Gray)
)
@RenderBody()
</body>
I also have a FormPanel with an .ID("Panel1") and when I click a button, a listener says "Panel1" is not identified. Works if I use #{Panel1}.
Cheers