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

  • Provides:

    • dojox.form.FileInput
  • Requires:

    • dijit.form._FormWidget in common
    • dijit._Templated in common
  • dojox.form.FileInput

    • type
      Function
    • chains:
      • dijit.form._FormWidget: (prototype)
      • dijit.form._FormWidget: (call)
    • summary
      A styled input type="file"
    • description
      A input type="file" form widget, with a button for uploading to be styled via css,
      a cancel button to clear selection, and FormWidget mixin to provide standard dijit.form.Form
      support (FIXME: maybe not fully implemented)
  • dojox.form.FileInput.label

    • type
      String
    • summary
      the title text of the "Browse" button
  • dojox.form.FileInput.cancelText

    • type
      String
    • summary
      the title of the "Cancel" button
  • dojox.form.FileInput.name

    • type
      String
    • summary
      ugh, this should be pulled from this.domNode
  • dojox.form.FileInput.templateString

    • type
      Object
  • dojox.form.FileInput.startup

    • summary
      listen for changes on our real file input
    • type
      Function
  • dojox.form.FileInput._listener

    • type
      Object
  • dojox.form.FileInput._keyListener

    • type
      Object
  • dojox.form.FileInput.postCreate

    • type
      Function
  • dojox.form.FileInput._matchValue

    • summary
      set the content of the upper input based on the semi-hidden file input
    • type
      Function
  • dojox.form.FileInput.inputNode.value

    • type
      String
  • dojox.form.FileInput.cancelNode.style.visibility

    • type
      String
  • dojox.form.FileInput.setLabel

    • parameters:
      • label: (typeof String)
      • cssClass: (typeof String)
    • summary
      method to allow use to change button label
    • type
      Function
  • dojox.form.FileInput.titleNode.innerHTML

  • dojox.form.FileInput.reset

    • parameters:
      • e: (typeof Event)
    • summary
      on click of cancel button, since we can't clear the input because of
      security reasons, we destroy it, and add a new one in it's place.
    • type
      Function
  • dojox.form.FileInput.fileInput

    • type
      Object
  • dojox.form

    • type
      Object
  • dojox

    • type
      Object