marks the form as the one with changed values and vice versa
mark | boolean | if true, marks the form dirty |
form.setDirty();
When used with a parameter the method marks the form dirty while 'clean' and 'dirty' value remain the same:
When used without a parameter the method removed the 'dirty' mark, if any, and maked 'dirty' values 'clean':