Riaz
26 Oct 2010, 3:28 PM
I have two Ext.Setup files(jsLogin.js, jsMainFrame.js). When I click login button, it should be go jsMainFrame.js. How do I do that?
Need help.
var MyLogin = new Ext.form.FormPanel({
:
:
xtype: 'button',
text: "Log On",
handler: function () {
MyLogin.submit({
waitMsg: 'Login...',
url:'MainFrame.aspx'
});
}
Is there any alternative way to do that?
Need help.
var MyLogin = new Ext.form.FormPanel({
:
:
xtype: 'button',
text: "Log On",
handler: function () {
MyLogin.submit({
waitMsg: 'Login...',
url:'MainFrame.aspx'
});
}
Is there any alternative way to do that?