hi all,
i come across some problems when i programming with extjs3.3.1?
here are the codes:
i want to know what's the difference between "line 1" and "line 2".Code:var _form = new Ext.FormPanel({....}); _form.form.load(....); //-->1 _form.load(....); //-->2 //or _form.form.reset(); _form.reset(); ...
i am a extjs noob..thanks in advance.