嗨,我有保存按钮和提交表单,当我在未提交表单时单击显示加载图标时。请帮助我,在 extjs 4 中。
buttons:[{
text: save,
handler: function(){
form.submit({
/sucess or failure code here;
})
}
}]
嗨,我有保存按钮和提交表单,当我在未提交表单时单击显示加载图标时。请帮助我,在 extjs 4 中。
buttons:[{
text: save,
handler: function(){
form.submit({
/sucess or failure code here;
})
}
}]