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/_ValueMixin.js

  • Provides:

    • dojox.form.manager._ValueMixin
  • dojox.form.manager._ValueMixin

    • type
      Function
    • summary
      Form manager's mixin for getting/setting form values in the unified manner.
    • description
      This mixin adds unified access to form widgets and form elements
      in terms of name-value regardless of the underlying type of
      an element. It should be used together with dojox.form.manager.Mixin.
  • dojox.form.manager._ValueMixin.elementValue

    • parameters:
      • name: (typeof String:)
        The name.
      • value: (typeof Object:)
        Optional. The value to set.
    • returns
      Object
    • summary
      Set or get a form widget/element or an attached point node by name.
    • type
      Function
  • dojox.form.manager._ValueMixin.gatherFormValues

    • parameters:
      • names: (typeof Object:)
        If it is an array, it is a list of names of form elements to be collected.
        If it is an object, dictionary keys are names to be collected.
        If it is omitted, all known form elements are to be collected.
    • returns
      Object
    • summary
      Collect form values.
    • type
      Function
  • dojox.form.manager._ValueMixin.setFormValues

    • parameters:
      • values: (typeof Object:)
        A dictionary of key-value pairs.
    • summary
      Set values to form elements
    • type
      Function
  • dojox.form.manager

    • type
      Object
  • dojox.form

    • type
      Object
  • dojox

    • type
      Object