I tried use reset() method to reset the form panel, then the dirtychange can fires everytime, but the new added stuff to the form field is not there, so I can't use reset.
but the reset can really promote the dirtychange, so I am wondering what the stuff reset did for the form?
and I searched from google, use this way || basicForm.owner.getForm().trackResetOnLoad = true; but the dirtychange still fires for only once? I spent a lot of time on it , please help???