0
私は、送信ボタンをクリックすると新しいhtmlファイルが開くはずのhtmlファイルを実行しています。Ext-JS4のボタンをクリックすると開いたhtmlファイル
これはコードです:loginForm.html
で コード実行中の{
xtype : 'button',
text : ' Login ',
formBind : true,
listeners : {
click :function(){
alert();
//these methods are not working
//Ext.getCmp('login_panel').load({url : '/smartNav/pub/html/index_dev.html', scripts : true});
//Ext.getCmp('login_panel').update('index_dev.html');
}
}
}
は、誰かがこれを行うことができますどのように私をお勧めすることはできますか?
を場所を変更するちょっとを使用して新しいウィンドウを開くことができます。 – techie