source: [view]
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