Variable Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 _fileReference, UploadFile
 _name, UploadFile
 _size, UploadFile
 _status, UploadFile
A
 applicationToken
B
 bytesUploaded
C
 currentlyRemovingFiles
 currentUpload
D
 deactivateTimeout, SearchPanel
 deactivateTimeoutLength, SearchPanel
E
 eventHandled
F
 fileFilter
 fileNameHeader
 filesTooLargeMessageText
 filesTooLargeTitleText
 filesToRemove
 finishedText
 flashCSS
K
 keyTimeout, SearchPanel
 keyTimeoutLength, SearchPanel
L
 lastMatchCount, SearchResults
 lastResultsPage, SearchPanel
 lastSearchValue, SearchPanel
M
 mainPanelTitleText
 maximumAllowedFilesErrorMessageText
 maximumAllowedFilesErrorTitleText
 maximumBytesOnServer
 maximumBytesOnServerErrorMessageText
 maximumBytesOnServerErrorTitleText
 maximumFileBytes
 maximumFileSizeAlert
 maximumFilesOnServer
 maximumTotalBytes
 maximumUploads
 maximumUploadsErrorMessageText
 maximumUploadsErrorTitleText
 mode
N
 name, SearchPanel
 numUploads
P
 progressBarDefaultLabelText
Q
 Query String Paramaters
 queue
 queuedText
R
 removeFilesButtonText
 removeFileURL
 resultsPath, SearchPanel
T
 token
 tokenRequestURL
U
 uploadedFiles
 uploadFileErrorMessageText
 uploadFileErrorTitleText
 uploadFileRefList
 uploadFilesButtonText
 uploadIOErrorMessageText
 uploadIOErrorTitleText
 uploadProgressHeader
 uploadRejectedErrorMessageText
 uploadRejectedErrorTitleText
 uploadURL
private var _fileReference: FileReference
File reference to the file to be uploaded.
private var _name: String
Name of the file
private var _size: Number
Size of the file in bytes.
private var _status: String
Status of the file upload.
A token that can be sent with the upload request to further identify the application.
private var bytesUploaded: Number
Number of bytes that have been uploaded.
private var currentlyRemovingFiles: Boolean
Used to determine if files are currently in the process of being removed.
private var currentUpload: compu.UploadFile
File that is currently being uploaded.
The timeout used between when a control is deactivated and when the entire panel is deactivated.
this.deactivateTimeoutLength
The length of deactivateTimeout in thousandths of a second.
private var eventHandled: Boolean
Used to determine if the event has been handled in the event that multiple events will be thrown from one error.
private var fileFilter: FileFilter
Filters files user is able to select for upload, comprised of fileLabel and fileExtensions query string parameters.
The default header of the file name column.
public var filesTooLargeMessageText: String
public var filesTooLargeTitleText: String
private var filesToRemove: ArrayCollection
An ArrayCollection of files that are queueud to be removed.
Text that displays in the list when a file is finished.
External compiled CSS file to load.
this.keyTimeout
The timeout used between a keystroke and when a search is performed.
this.keyTimeoutLength
The length of keyTimeout in thousandths of a second.
this.lastMatchCount
The number of matches from the last run of Search().
this.lastResultsPage
The last results page.
this.lastSearchValue
The last search string executed, or an empty string if none.
User definable text of the Title of the main panel.
Maximum number of files that are allowed to exist on the server exceeded error message text.
Maximum number of files that are allowed to exist on the server exceeded error title text.
Maximum bytes on server.
Maximum number of bytes that are allowed to exist on the server exceeded error message text.
Maximum number of bytes that are allowed to exist on the server exceeded error title text.
Maximum file size of each individual file.
User definable text of maximum file size error message.
Maximum number of files on server.
Maximum total bytes that can be uploaded in a single session.
Maximum number of uploads in one session.
Maximum uploads exceeded error message.
Maximum uploads exceeded error title.
this.mode
The mode the search is going to work in, such as “HTML” or “FramedHTML”.
this.mode
The mode the search is going to work in, such as “HTML” or “FramedHTML”.
this.name
The name of the global variable that will be storing this instance of the class.
private var numUploads: Number
Number of uploads in this session.
User definable default text of the progress bar.
User defined variables passed to the application from the query string.
private var queue: ArrayCollection
Queue containing the files to upload.
Text that displays when a file is queueud.
User definable text of the remove files button.
URL to request removal of file on the server.
this.resultsPath
The relative path from the current HTML page to the results page directory.
private var token: String
Holds the server issued token that is sent along with a file upload.
URL that the token request is sent to.
private var uploadedFiles: ArrayCollection
An ArrayCollection of files that are located on the server.
Text of upload file error alert.
Text of upload file error alert title.
private var uploadFileRefList: FileReferenceList
File Reference List of files to be uploaded.
User definable text of the Upload Files button.
Text of IO Error message.
Text of title of IO Error Message.
The default header of the Upload Progress column.
Text of upload rejected error message.
Text of upload rejected title.
URL that file is uploaded to.