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:
wade@bindshell.net
2011-02-12 03:39:22 +00:00
parent 6d05cbb742
commit 3877a163f5
5 changed files with 4349 additions and 74428 deletions

View File

@@ -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();
}
}]