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/uploader/FileList.js

  • Provides:

    • dojox.form.uploader.FileList
  • Requires:

    • dojox.form.uploader.Base in common
  • dojox.form.uploader.FileList

    • type
      Function
    • chains:
      • dojox.form.uploader.Base: (prototype)
      • dojox.form.uploader.Base: (call)
    • summary
      A simple widget that provides a list of the files currently selected by
      dojox.form.Uploader
    • description
      There is a required CSS file: resources/UploaderFileList.css.
      This is a very simple widget, and not beautifully styled. It is here mainly for test
      cases, but could very easily be used, extended, modified, or copied.
  • dojox.form.uploader.FileList.uploaderId

    • type
      String
    • summary
      The id of the dojox.form.Uploader to connect to.
  • dojox.form.uploader.FileList.uploader

    • type
      dojox.form.Uploader
    • summary
      The dojox.form.Uploader to connect to. Use either this property of unploaderId. This
      property is populated if uploaderId is used.
  • dojox.form.uploader.FileList.headerIndex

    • type
      String
    • summary
      The label for the index column.
  • dojox.form.uploader.FileList.headerType

    • type
      String
    • summary
      The label for the file type column.
  • dojox.form.uploader.FileList.headerFilename

    • type
      String
    • summary
      The label for the file name column.
  • dojox.form.uploader.FileList.headerFilesize

    • type
      String
    • summary
      The label for the file size column.
  • dojox.form.uploader.FileList._upCheckCnt

    • type
      Number
  • dojox.form.uploader.FileList.rowAmt

    • type
      Number
  • dojox.form.uploader.FileList.templateString

    • type
      String
  • dojox.form.uploader.FileList.postCreate

    • type
      Function
  • dojox.form.uploader.FileList.reset

    • summary
      Clears all rows of items. Happens automatically if Uploader is reset, but you
      could call this directly.
    • type
      Function
  • dojox.form.uploader.FileList.setUploader

    • summary
      Connects to the Uploader based on the uploader or the uploaderId properties.
    • type
      Function
  • dojox.form.uploader.FileList.hideProgress

    • parameters:
      • animate: (typeof Boolean)
    • type
      Function
  • dojox.form.uploader.FileList.showProgress

    • parameters:
      • animate: (typeof Boolean)
    • type
      Function
  • dojox.form.uploader.FileList._progress

    • parameters:
      • customEvent: (typeof Object)
    • type
      Function
  • dojox.form.uploader.FileList.percentTextNode.innerHTML

  • dojox.form.uploader.FileList._hideShowProgress

    • parameters:
      • o
    • type
      Function
  • dojox.form.uploader.FileList.progressNode

  • dojox.form.uploader.FileList._onUploaderChange

    • parameters:
      • fileArray
    • type
      Function
  • dojox.form.uploader.FileList._addRow

    • parameters:
      • index
      • type
      • name
      • size
    • type
      Function
  • dojox.form.uploader

    • type
      Object
  • dojox.form

    • type
      Object
  • dojox

    • type
      Object