/* Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ if(!dojo._hasResource["dojox.form.manager._FormMixin"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code. dojo._hasResource["dojox.form.manager._FormMixin"] = true; dojo.provide("dojox.form.manager._FormMixin"); dojo.require("dojox.form.manager._Mixin"); (function(){ var fm = dojox.form.manager, aa = fm.actionAdapter; dojo.declare("dojox.form.manager._FormMixin", null, { // summary: // Form manager's mixin for form-specific functionality. // description: // This mixin adds automated "onreset", and "onsubmit" event processing // if we are based on a form node, defines onReset(), onSubmit(), // reset(), submit(), and isValid() methods like dijit.form.Form. // It should be used together with dojox.form.manager.Mixin. // HTML