Ignore:
Timestamp:
03/09/14 14:23:42 (11 years ago)
Author:
hendrikvanantwerpen
Message:
  • Enable/disable buttons on content change.
  • One place to do date formatting, because it was going wrong again.
  • Serialize questions in survey properly.
  • _ComplexValueMixin consumes submit events, but does trigger outer forms if present.
  • Trigger dialog show/hide for login only after previous effect is finished.
  • Check that documents are actually valid, not just that validator returned a result.
  • Validate email and timestamp formats.
  • Prepared for live runs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/app/Page.js

    r491 r492  
    1616        notify: lang.hitch(Content,'notify'),
    1717        markDirty: lang.hitch(Content,'markDirty'),
    18         markClean: lang.hitch(Content,'markClean')
     18        markClean: lang.hitch(Content,'markClean'),
     19        isDirty: lang.hitch(Content,'isDirty')
    1920    });
    2021    return Page;
Note: See TracChangeset for help on using the changeset viewer.