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/mobile/app/ListSelector.js

  • Provides:

    • dojox.mobile.app.ListSelector
  • Requires:

    • dojox.mobile.app._Widget in common
    • dojo.fx in common
  • dojox.mobile.app.ListSelector

    • type
      Function
    • chains:
      • dojox.mobile.app._Widget: (prototype)
      • dojox.mobile.app._Widget: (call)
  • dojox.mobile.app.ListSelector.data

    • type
      Array
    • summary
      The array of items to display.  Each element in the array
      should have both a label and value attribute, e.g.
      [{label: "Open", value: 1} , {label: "Delete", value: 2}]
  • dojox.mobile.app.ListSelector.controller

    • type
      Object
    • summary
      The current SceneController widget.
  • dojox.mobile.app.ListSelector.onChoose

    • type
      Function
    • summary
      The callback function for when an item is selected
  • dojox.mobile.app.ListSelector.destroyOnHide

    • type
      bool
  • dojox.mobile.app.ListSelector._setDataAttr

    • parameters:
      • data
    • type
      Function
  • dojox.mobile.app.ListSelector.postCreate

    • type
      Function
  • dojox.mobile.app.ListSelector.mask

    • type
      Object
  • dojox.mobile.app.ListSelector.show

    • parameters:
      • fromNode
    • type
      Function
  • dojox.mobile.app.ListSelector.hide

    • type
      Function
  • dojox.mobile.app.ListSelector.render

    • summary
      Renders
    • type
      Function
  • dojox.mobile.app.ListSelector.destroy

    • type
      Function
  • dojox.mobile.app

    • type
      Object
  • dojox.mobile

    • type
      Object
  • dojox

    • type
      Object