Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/form/manager/_FormMixin.js

  • Provides:

    • dojox.form.manager._FormMixin
  • Requires:

    • dojox.form.manager._Mixin in common
  • dojox.form.manager._FormMixin

    • type
      Function
    • 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.
  • dojox.form.manager._FormMixin.name

    • type
      String
  • dojox.form.manager._FormMixin.action

    • type
      String
  • dojox.form.manager._FormMixin.method

    • type
      String
  • dojox.form.manager._FormMixin.encType

    • type
      String
  • dojox.form.manager._FormMixin.accept-charset

    • type
      String
  • dojox.form.manager._FormMixin.accept

    • type
      String
  • dojox.form.manager._FormMixin.target

    • type
      String
  • dojox.form.manager._FormMixin.startup

    • type
      Function
  • dojox.form.manager._FormMixin.isForm

    • type
      bool
  • dojox.form.manager._FormMixin._onReset

    • parameters:
      • evt
    • type
      Function
  • dojox.form.manager._FormMixin.onReset

    • returns
      Boolean
    • summary
      Callback when user resets the form. This method is intended
      to be over-ridden. When the <code>reset</code> method is called
      programmatically, the return value from <code>onReset</code> is used
      to compute whether or not resetting should proceed
    • type
      Function
  • dojox.form.manager._FormMixin.reset

    • summary
      Resets form widget values.
    • type
      Function
  • dojox.form.manager._FormMixin._onSubmit

    • parameters:
      • evt
    • type
      Function
  • dojox.form.manager._FormMixin.onSubmit

    • returns
      Boolean
    • summary
      Callback when user submits the form. This method is
      intended to be over-ridden, but by default it checks and
      returns the validity of form elements. When the <code>submit</code>
      method is called programmatically, the return value from
      <code>onSubmit</code> is used to compute whether or not submission
      should proceed
    • type
      Function
  • dojox.form.manager._FormMixin.submit

    • summary
      programmatically submit form if and only if the <code>onSubmit</code> returns true
    • type
      Function
  • dojox.form.manager._FormMixin.isValid

    • summary
      Make sure that every widget that has a validator function returns true.
    • type
      Function
  • dojox.form.manager._FormMixin.validate

    • type
      Function
  • dojox.form.manager._FormMixin.formWidgets

  • dojox.form.manager

    • alias - dojox.form.manager
  • dojox.form.manager.actionAdapter

    • alias - dojox.form.manager.actionAdapter
  • dojox.form

    • type
      Object
  • dojox

    • type
      Object