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

  • Provides:

    • dojox.form.FilePickerTextBox
  • Requires:

    • dojo.window in common
    • dijit.form.ValidationTextBox in common
    • dijit._HasDropDown in common
    • dojox.widget.FilePicker in common
  • dojox.form.FilePickerTextBox

    • type
      Function
    • chains:
      • dijit.form.ValidationTextBox: (prototype)
      • dijit._HasDropDown.prototype: (prototype)
      • dijit.form.ValidationTextBox: (call)
      • dijit._HasDropDown: (call)
    • summary
      A validating text box tied to a file picker popup
  • dojox.form.FilePickerTextBox.baseClass

    • type
      String
  • dojox.form.FilePickerTextBox.templateString

    • type
      Object
  • dojox.form.FilePickerTextBox.searchDelay

    • type
      Integer
    • summary
      Delay in milliseconds between when user types something and we start
      searching based on that value
  • dojox.form.FilePickerTextBox.valueItem

    • type
      item
    • summary
      The item, in our store, of the directory relating to our value
  • dojox.form.FilePickerTextBox.numPanes

    • type
      number
    • summary
      The number of panes to display in our box (if we don't have any
      minPaneWidth specified by our constraints)
  • dojox.form.FilePickerTextBox.postMixInProperties

    • type
      Function
  • dojox.form.FilePickerTextBox.dropDown

    • type
      Object
  • dojox.form.FilePickerTextBox.postCreate

    • type
      Function
  • dojox.form.FilePickerTextBox._setValueAttr

    • parameters:
      • value: (typeof string)
      • priorityChange
      • fromWidget
    • summary
      sets the value of this widget
    • type
      Function
  • dojox.form.FilePickerTextBox._skip

    • type
      Object
  • dojox.form.FilePickerTextBox._onWidgetChange

    • parameters:
      • item: (typeof item)
    • summary
      called when the path gets changed in the dropdown
    • type
      Function
  • dojox.form.FilePickerTextBox._hasValidPath

    • type
      bool
  • dojox.form.FilePickerTextBox.focusNode.value

    • type
      String
  • dojox.form.FilePickerTextBox.startup

    • type
      Function
  • dojox.form.FilePickerTextBox.openDropDown

    • type
      Function
  • dojox.form.FilePickerTextBox.dropDown.domNode.style.width

    • type
      String
  • dojox.form.FilePickerTextBox.toggleDropDown

    • type
      Function
  • dojox.form.FilePickerTextBox._focusBlur

    • parameters:
      • e: (typeof Event)
    • summary
      called when the focus node gets blurred
    • type
      Function
  • dojox.form.FilePickerTextBox._focusFocus

    • parameters:
      • e: (typeof Event)
    • summary
      called when the focus node gets focus
    • type
      Function
  • dojox.form.FilePickerTextBox._menuFocus

  • dojox.form.FilePickerTextBox._onBlur

    • summary
      called when focus is shifted away from this widget
    • type
      Function
  • dojox.form.FilePickerTextBox._allowBlur

    • type
      Object
  • dojox.form.FilePickerTextBox._setBlurValue

    • summary
      sets the value of the widget once focus has left
    • type
      Function
  • dojox.form.FilePickerTextBox._settingBlurValue

    • type
      Object
  • dojox.form.FilePickerTextBox.parse

    • parameters:
      • value: (typeof String)
      • constraints: (typeof Object)
    • summary
      Function to convert a formatted string to a value - we use
      it to verify that it *really* is a valid value
    • type
      Function
  • dojox.form.FilePickerTextBox.dropDown.topDir

  • dojox.form.FilePickerTextBox.dropDown.pathSeparator

  • dojox.form.FilePickerTextBox._startSearchFromInput

    • summary
      kicks off a search based off the current text value of the widget
    • type
      Function
  • dojox.form.FilePickerTextBox.focusNode

  • dojox.form.FilePickerTextBox._hasSelection

    • type
      bool
  • dojox.form.FilePickerTextBox._onKey

    • parameters:
      • e: (typeof Event)
    • summary
      callback when the user presses a key on menu popup node
    • type
      Function
  • dojox.form.FilePickerTextBox._searchTimer

    • type
      Object
  • dojox.form

    • type
      Object
  • dojox

    • type
      Object