extjs form record didn't updating -


i have simple form - var form = new ext.widget('form', ... , want after pressing save button save form data model - currentuserrec.

ext.regmodel('user', {     fields: [         {name: 'usrid', type: 'int'},     .. });  var currentuserrec =  new user({     .. });  var form1 = form.getform(); form1.updaterecord(currentuserrec); 

but nothing happens, currentuserrec empty before updaterecord call.

what wrong?

thank you.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -