-
30 Apr 2012 4:11 AM #1
form dirty
form dirty
I set form's fields in this way:
Ext.getCmp(nameCmp1).setValue(value1);
Ext.getCmp(nameCmp2).setValue(value2);
If I make Ext.getCmp(formName).getForm().isDirty() result i true.
Is it possible to force diry to false??
-
4 May 2012 9:52 AM #2
Have a look at record.commit()
Scott.
-
6 May 2012 10:02 PM #3


Reply With Quote