EXT4 1表單提交 非AJAX

2021-06-25 14:26:43 字數 1333 閱讀 6584

ext.require([

'ext.form.*',

'ext.data.*'

]);ext.onready(function());

return false;

} if (val == cmp.getvalue()) else

} },

repetitiontext: '兩次輸入的密碼不一樣'

});ext.define('example.contact',

]});

ext.define('example.fielderror', );

var formpanel = ext.create('ext.form.panel', ,

// configure how to read the xml data

reader : ext.create('ext.data.reader.xml', ),

// configure how to read the xml errors

errorreader: ext.create('ext.data.reader.xml', ),

//實現非ajax提交表單一定要加下面的兩行! 下面的方法只適用於2.0版本

// onsubmit: ext.emptyfn,

// submit: function() ,

items: [,

items: [,

$/,vtype:'alphanum',

name: 'stuid'},,

//配置repetition驗證,提供目標元件(表單)id

},$/,

vtype:'alphanum',

name: 'tel'

}, ),

valuefield: 'u***',

displayfield: '***',

typeahead: true,

querymode: 'local'

},,

, ),

valuefield: 'abbr',

displayfield: 'state',

typeahead: true,

querymode: 'local',

emptytext: '例如:13計算機1班'

}, ]

}],buttons: [);

}},

// )

// }

// },

);} },}

]});

});

表單不重新整理提交,非ajax

現在ajax橫行,也許很少有人用隱藏form提交來實現不重新整理頁面更新了,在ajax以前,一般都用隱藏form提交來實現頁面不重新整理提交資料.現在對比一下ajax與隱藏form提交的利與弊。1.隱藏form提交,更新資料完成後,需要轉到乙個空白頁面再對原頁面進行提交後處理 ajax則不用,可以直...

Ajax提交表單

class form group type text class form control placeholder 使用者名稱 required id username div class form group type password class form control placeholder...

Ajax表單提交例項

language vbscript codepage 65001 codepage必須為650001,否則也出現亂碼,如果有html文字,一定設為utf 8編碼,否則將出現亂碼.dim regid,regpassword,str regid request.form regid regpasswor...