BUG 0000 improving code authentication Sources

fixed maxlength and it had an error of js
This commit is contained in:
Carlos Pacha
2011-11-23 15:32:38 -04:00
parent ac6f4ae72b
commit 0f518d8800
3 changed files with 19 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ Ext.onReady(function(){
xtype:'textfield',
value:'',
width: 200,
autoCreate: {tag: 'input', type: 'text', size: '20', autocomplete: 'off', maxlength: '13'},
autoCreate: {tag: 'input', type: 'text', size: '20', autocomplete: 'off', maxlength: '50'},
allowBlank: false,
listeners: {
'render': function(c) {
@@ -73,7 +73,7 @@ Ext.onReady(function(){
xtype:'textfield',
value:'',
width: 200,
autoCreate: {tag: 'input', type: 'text', size: '20', autocomplete: 'off', maxlength: '13'},
autoCreate: {tag: 'input', type: 'text', size: '20', autocomplete: 'off', maxlength: '50'},
allowBlank: false,
listeners: {
'render': function(c) {
@@ -89,7 +89,7 @@ Ext.onReady(function(){
xtype:'textfield',
value:'389',
width: 200,
autoCreate: {tag: 'input', type: 'text', size: '10', autocomplete: 'off', maxlength: '13'},
autoCreate: {tag: 'input', type: 'text', size: '10', autocomplete: 'off', maxlength: '5'},
allowBlank: false,
listeners: {
'render': function(c) {
@@ -137,7 +137,7 @@ Ext.onReady(function(){
xtype:'textfield',
value:'',
width: 200,
autoCreate: {tag: 'input', type: 'text', size: '10', autocomplete: 'off', maxlength: '13'},
autoCreate: {tag: 'input', type: 'text', size: '10', autocomplete: 'off', maxlength: '128'},
allowBlank: false,
listeners: {
'render': function(c) {
@@ -189,7 +189,7 @@ Ext.onReady(function(){
xtype:'textfield',
value:'',
width: 200,
autoCreate: {tag: 'input', type: 'text', size: '20', autocomplete: 'off', maxlength: '13'},
autoCreate: {tag: 'input', type: 'text', size: '20', autocomplete: 'off', maxlength: '128'},
listeners: {
'render': function(c) {
c.getEl().on('keyup', function() {
@@ -205,7 +205,7 @@ Ext.onReady(function(){
inputType:'password',
value:'',
width: 200,
autoCreate: {tag: 'input', type: 'text', size: '20', autocomplete: 'off', maxlength: '13'},
autoCreate: {tag: 'input', type: 'text', size: '20', autocomplete: 'off', maxlength: '32'},
listeners: {
'render': function(c) {
c.getEl().on('keyup', function() {
@@ -221,7 +221,7 @@ Ext.onReady(function(){
xtype:'textfield',
value:'uid',
width: 200,
autoCreate: {tag: 'input', type: 'text', size: '20', autocomplete: 'off', maxlength: '13'},
autoCreate: {tag: 'input', type: 'text', size: '20', autocomplete: 'off', maxlength: '50'},
allowBlank: false,
listeners: {
'render': function(c) {
@@ -252,7 +252,7 @@ Ext.onReady(function(){
xtype:'textfield',
value:'',
width: 200,
autoCreate: {tag: 'input', type: 'text', size: '20', autocomplete: 'off', maxlength: '13'},
autoCreate: {tag: 'input', type: 'text', size: '20', autocomplete: 'off', maxlength: '200'},
allowBlank: false,
listeners: {
'render': function(c) {