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/widget/FilePicker.js

  • Provides:

    • dojox.widget.FilePicker
  • Requires:

    • dojox.widget.RollingList in common
    • dojo.i18n in common
  • dojox.widget._FileInfoPane

    • type
      Function
    • chains:
      • dojox.widget._RollingListPane: (prototype)
      • dojox.widget._RollingListPane: (call)
    • summary
      a pane to display the information for the currently-selected
      file
  • dojox.widget._FileInfoPane.templateString

    • type
      String
    • summary
      The template to be used to construct the widget.
  • dojox.widget._FileInfoPane.postMixInProperties

    • type
      Function
  • dojox.widget._FileInfoPane._messages

    • type
      Object
  • dojox.widget._FileInfoPane.onItems

    • summary
      called after a fetch or load - at this point, this.items should be
      set and loaded.
    • type
      Function
  • dojox.widget._FileInfoPane.store

  • dojox.widget._FileInfoPane.items.0

  • dojox.widget._FileInfoPane.nameNode.innerHTML

    • type
      Object
  • dojox.widget._FileInfoPane.pathNode.innerHTML

    • type
      Object
  • dojox.widget._FileInfoPane.sizeNode.innerHTML

    • type
      Object
  • dojox.widget.FilePicker

    • type
      Function
    • chains:
      • dojox.widget.RollingList: (prototype)
      • dojox.widget.RollingList: (call)
    • summary
      a specialized version of RollingList that handles file information
      in a store
  • dojox.widget.FilePicker.className

    • type
      String
  • dojox.widget.FilePicker.pathSeparator

    • type
      string
    • summary
      Our file separator - it will be guessed if not set
  • dojox.widget.FilePicker.topDir

    • type
      string
    • summary
      The top directory string - it will be guessed if not set
  • dojox.widget.FilePicker.parentAttr

    • type
      string
    • summary
      the attribute to read for finding our parent directory
  • dojox.widget.FilePicker.pathAttr

    • type
      string
    • summary
      the attribute to read for getting the full path of our file
  • dojox.widget.FilePicker.preloadItems

    • type
      boolean
    • summary
      or int
      Set this to a sane number - since we expect to mostly be using the
      dojox.data.FileStore - which doesn't like loading lots of items
      all at once.
  • dojox.widget.FilePicker.selectDirectories

    • type
      boolean
    • summary
      whether or not we allow selection of directories - that is, whether or
      our value can be set to a directory.
  • dojox.widget.FilePicker.selectFiles

    • type
      boolean
    • summary
      whether or not we allow selection of files - that is, we will disable
      the file entries.
  • dojox.widget.FilePicker._itemsMatch

    • parameters:
      • item1: (typeof item)
      • item2: (typeof item)
    • type
      Function
  • dojox.widget.FilePicker.startup

    • type
      Function
  • dojox.widget.FilePicker.getChildItems

    • parameters:
      • item
    • type
      Function
  • dojox.widget.FilePicker.getMenuItemForItem

    • parameters:
      • item: (typeof item)
      • parentPane: (typeof dijit._Contained)
      • children: (typeof item[])
    • type
      Function
  • dojox.widget.FilePicker.getPaneForItem

    • parameters:
      • item: (typeof item)
      • parentPane: (typeof dijit._Contained)
      • children: (typeof item[])
    • type
      Function
  • dojox.widget.FilePicker._setPathValueAttr

    • parameters:
      • path: (typeof string)
      • resetLastExec: (typeof boolean)
      • onSet: (typeof function)
    • type
      Function
  • dojox.widget.FilePicker._getPathValueAttr

    • parameters:
      • val: (typeof item)
    • summary
      returns the path value of the given value (or current value
      if not passed a value)
    • type
      Function
  • dojox.widget.FilePicker.value

  • dojox.widget.FilePicker._setValue

    • parameters:
      • value: (typeof item)
    • summary
      internally sets the value and fires onchange
    • type
      Function
  • dojox.widget.FilePicker.store

  • dojox.widget

    • type
      Object
  • dojox

    • type
      Object