Class: CUI.FileUpload
Defined in: | elements/FileUpload/FileUpload.coffee |
Inherits: | CUI.Element |
Overview
- coffeescript-ui - Coffeescript User Interface System (CUI)
- Copyright (c) 2013 - 2016 Programmfabrik GmbH
- MIT Licence
- https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org
Direct Known Subclasses
Variables Summary
Variable inherited from CUI.Element
Class Method Summary
Instance Method Summary
- # (void) initOpts()
- # (void) readOpts()
- # (void) setUrl(__url)
- # (void) getUrl()
- # (void) getFiles(filter) returns all uploaded files including completed
- # (void) getInfo()
- # (void) getUploadFileClass()
- # (void) queueFiles(files)
- # (void) isQueuing()
- # (void) stopQueuing(abort = false)
- # (void) clear()
- # (void) removeFile(file)
- # (void) isDone()
- # (void) isUploading()
- # (void) uploadNextFiles()
- # (void) uploadFile(file)
- # (void) checkBatchDone(file)
- # (void) initDropZone(_opts = {})
- # (void) initFilePicker(opts)
- # (void) resetDropZones()
- # (void) destroy()
Inherited Method Summary
Methods inherited from
CUI.Element
#getElementClass #getUniqueId #getOpts #getOpt #hasOpt #getSetOpt #hasSetOpt #initOpts #copy #mergeOpt #removeOpt #addOpt #addOpts #mergeOpts #__getCheckMap #readOpts #readOptsFromAttr #proxy #destroy #isDestroyed .getOptKeys
Class Method Details
.
(void)
setDropClassByEvent(ev)
Constructor Details
#
(void)
constructor(opts = {})
Instance Method Details
#
(void)
initOpts()
#
(void)
readOpts()
#
(void)
setUrl(__url)
#
(void)
getUrl()
#
(void)
getFiles(filter)
returns all uploaded files including completed
#
(void)
getInfo()
#
(void)
getUploadFileClass()
#
(void)
queueFiles(files)
#
(void)
isQueuing()
#
(void)
stopQueuing(abort = false)
#
(void)
clear()
#
(void)
removeFile(file)
#
(void)
isDone()
#
(void)
isUploading()
#
(void)
uploadNextFiles()
#
(void)
uploadFile(file)
#
(void)
checkBatchDone(file)
#
(void)
initDropZone(_opts = {})
#
(void)
initFilePicker(opts)
#
(void)
resetDropZones()
#
(void)
destroy()