EXTJS updated to latest version (3.3.1) and this closes issue 283.
The open source EXTJS version was downloaded from: http://www.sencha.com/products/extjs/download/ This change also required the updating of PagingStore.js. It was downloaded from: http://www.sencha.com/forum/attachment.php?attachmentid=20704&d=1275141838 git-svn-id: https://beef.googlecode.com/svn/trunk@735 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -16,7 +16,7 @@ Ext.onReady(function() {
|
||||
}
|
||||
|
||||
|
||||
var login_form = new Ext.FormPanel({
|
||||
var login_form = new Ext.form.FormPanel({
|
||||
|
||||
url: 'authentication/login',
|
||||
formId: 'login_form',
|
||||
@@ -61,8 +61,7 @@ Ext.onReady(function() {
|
||||
|
||||
buttons: [{
|
||||
text: 'Login',
|
||||
handler: function() { // xntrik 9/7/10 removed the logic here, placed
|
||||
//in function above and added here
|
||||
handler: function() {
|
||||
submitAuthForm();
|
||||
}
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user