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

dijit/form/MultiSelect.js

  • Provides:

    • dijit.form.MultiSelect
  • Requires:

    • dijit.form._FormWidget in common
  • dijit.form.MultiSelect

    • type
      Function
    • chains:
      • dijit.form._FormValueWidget: (prototype)
      • dijit.form._FormValueWidget: (call)
    • summary
      Widget version of a <select multiple=true> element,
      for selecting multiple options.
  • dijit.form.MultiSelect.size

    • type
      Number
    • summary
      Number of elements to display on a page
      NOTE: may be removed in version 2.0, since elements may have variable height;
      set the size via style="..." or CSS class names instead.
      
      
      for Form
  • dijit.form.MultiSelect.templateString

    • type
      String
  • dijit.form.MultiSelect.attributeMap

    • type
      Object
  • dijit.form.MultiSelect.reset

    • summary
      Reset the widget's value to what it was at initialization time
    • type
      Function
  • dijit.form.MultiSelect._hasBeenBlurred

    • type
      bool
  • dijit.form.MultiSelect.addSelected

    • parameters:
      • select: (typeof dijit.form.MultiSelect)
    • summary
      Move the selected nodes of a passed Select widget
      instance to this Select widget.
    • example
      	// move all the selected values from "bar" to "foo"
       	dijit.byId("foo").addSelected(dijit.byId("bar"));
    • type
      Function
  • dijit.form.MultiSelect.getSelected

    • returns
      Boolean
    • summary
      Access the NodeList of the selected options directly
    • type
      Function
  • dijit.form.MultiSelect._getValueAttr

    • summary
      Hook so get('value') works.
    • description
      Returns an array of the selected options' values.
    • type
      Function
  • dijit.form.MultiSelect.multiple

    • type
      Object
  • dijit.form.MultiSelect._setValueAttr

    • parameters:
      • values: (typeof Array)
    • summary
      Hook so set('value', values) works.
    • description
      Set the value(s) of this Select based on passed values
    • type
      Function
  • dijit.form.MultiSelect.invertSelection

    • parameters:
      • onChange: (typeof Boolean)
        If null, onChange is not fired.
    • summary
      Invert the selection
    • type
      Function
  • dijit.form.MultiSelect._onChange

    • parameters:
      • e: (typeof Event)
    • type
      Function
  • dijit.form.MultiSelect.resize

    • parameters:
      • size: (typeof Object)
    • type
      Function
  • dijit.form.MultiSelect.postCreate

    • type
      Function
  • dijit.form

    • type
      Object
  • dijit

    • type
      Object