When I add a raw to the suborm then the Save button on the main form is chaging to red but nuIsSaved() function shows "true".
When I modify the main form then nuIsSaved() works OK.
As quick fix I can probably use the button class to check the status:
as after adding new raw it changes the class
Code: Select all
from
class="nuActionButton"
to
class="nuActionButton nuSaveButtonEdited"