Property name |
Type |
Description |
Default values |
progressInCell |
Boolean |
Indicates whether progress bar for each file should be displayed over list cell. |
true |
backgroundColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the background. |
[0xffffff] |
borderColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the border. |
[0xe4e4e4] |
thumbUpColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the scroll thumb background when the mouse is not over the component. |
[0xd7e0e7, 0xfdfdfe] |
thumbOverColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the scroll thumb background when the mouse is over the component |
[0xd7e0e7, 0xfdfdfe] |
thumbDownColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the scroll thumb background when the mouse is over the component and the mouse button is pressed. |
[0x6dbdd1, 0xf4f8fc] |
thumbBorderUpColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the scroll thumb border when the mouse is not over the component. |
[0xb2b2b2] |
thumbBorderOverColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the scroll thumb border when the mouse is over the component. |
[0xb2b2b2] |
thumbBorderDownColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the scroll thumb border when the mouse is over the component and the mouse button is pressed. |
[0x77a0c3] |
arrowButtonsUpColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the scroll arrow buttons background when the mouse is not over the component. |
[0xd7e0e7, 0xfdfdfe] |
arrowButtonsOverColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the scroll arrow buttons background when the mouse is over the component. |
[0xd7e0e7, 0xfdfdfe] |
arrowButtonsDownColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the scroll arrow buttons background when the mouse is over the component and the mouse button is pressed. |
[0xf4f8fc, 0x6dbdd1] |
arrowButtonsBorderUpColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the scroll buttons border when the mouse is not over the component. |
[0xbfced4] |
arrowButtonsBorderOverColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the scroll buttons border when the mouse is over the component. |
[0xbfced4] |
arrowButtonsBorderDownColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the scroll buttons border when the mouse is over the component and the mouse button is pressed. |
[0x77a0c3] |
trackColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the scroll track background. |
[0xb2b5b6, 0xf5f6f7] |
trackBorderColor |
Array |
An array of RGB hexadecimal color values to be used in the gradient for the scroll track border. |
[0xbfced4] |
cellSpacing |
uint |
Indicates the space between cells in pixels. |
1 |
x |
uint |
X coordinate of the component. |
5 |
y |
uint |
Y coordinate of the component. |
60 |
width* |
uint |
Width of the component in pixels. |
389 |
height* |
uint |
Height of the component in pixels. |
204 |
Properties related to cell |
errorBorderUpColor |
Array |
Array of numbers for the border gradient color when the mouse is not over the error cell. |
[0xe4e4e4] |
errorBorderOverColor |
Array |
Array of numbers for the border gradient color when the mouse is over the error cell. |
[0xe4e4e4] |
errorBorderDownColor |
Array |
Array of numbers for the border gradient color when the mouse button is clicked on the error cell. |
[0xe4e4e4] |
errorBackgroundUpColor |
Array |
Array of numbers for the background gradient color when the mouse is not over the error cell. |
[0xff1c1c, 0xff5757] |
errorBackgroundOverColor |
Array |
Array of numbers for the background gradient color when the mouse is over the error cell. |
[0xffaeae, 0xff5757] |
errorBackgroundDownColor |
Array |
Array of numbers for the background gradient color when the mouse button is clicked on the error cell. |
[0x7ec4d6, 0xadd9e5] |
errorSelectedBorderUpColor |
Array |
Array of numbers for the border gradient color when the mouse is not over the selected error cell. |
[0xe4e4e4] |
errorSelectedBorderOverColor |
Array |
Array of numbers for the border gradient color when the mouse is over the selected error cell. |
[0xe4e4e4] |
errorSelectedBorderDownColor |
Array |
Array of numbers for the border gradient color when the mouse button is clicked on the selected error cell. |
[0xe4e4e4] |
errorSelectedBackgroundUpColor |
Array |
Array of numbers for the background gradient color when the mouse is not over the selected error cell. |
[0x7ec4d6, 0xadd9e5] |
errorSelectedBackgroundOverColor |
Array |
Array of numbers for the background gradient color when the mouse is over the selected error cell. |
[0xadd9e5, 0xe6f3f7] |
errorSelectedBackgroundDownColor |
Array |
Array of numbers for the background gradient color when the mouse button is clicked on the selected error cell. |
[0x7ec4d6, 0xadd9e5] |
uploadedBorderUpColor |
Array |
Array of numbers for the border gradient color when the mouse is not over the uploaded cell. |
[0xe4e4e4] |
uploadedBorderOverColor |
Array |
Array of numbers for the border gradient color when the mouse is over the uploaded cell. |
[0xe4e4e4] |
uploadedBorderDownColor |
Array |
Array of numbers for the border gradient color when the mouse button is clicked on the uploaded cell. |
[0xe4e4e4] |
uploadedBackgroundUpColor |
Array |
Array of numbers for the background gradient color when the mouse is not over the uploaded cell. |
[0x41c042, 0x88d588] |
uploadedBackgroundOverColor |
Array |
Array of numbers for the background gradient color when the mouse is over the uploaded cell. |
[0xbfeac1, 0x88d588] |
uploadedBackgroundDownColor |
Array |
Array of numbers for the background gradient color when the mouse button is clicked on the uploaded cell. |
[0x7ec4d6, 0xadd9e5] |
uploadedSelectedBorderUpColor |
Array |
Array of numbers for the border gradient color when the mouse is not over the selected uploaded cell. |
[0xe4e4e4] |
uploadedSelectedBorderOverColor |
Array |
Array of numbers for the border gradient color when the mouse is over the selected uploaded cell. |
[0xe4e4e4] |
uploadedSelectedBorderDownColor |
Array |
Array of numbers for the border gradient color when the mouse button is clicked on the selected uploaded cell. |
[0xe4e4e4] |
uploadedSelectedBackgroundUpColor |
Array |
Array of numbers for the background gradient color when the mouse is not over the selected uploaded cell. |
[0x7ec4d6, 0xadd9e5] |
uploadedSelectedBackgroundOverColor |
Array |
Array of numbers for the background gradient color when the mouse is over the selected uploaded cell. |
[0xadd9e5, 0xe6f3f7] |
uploadedSelectedBackgroundDownColor |
Array |
Array of numbers for the background gradient color when the mouse button is clicked on the selected uploaded cell. |
[0x7ec4d6, 0xadd9e5] |
unuploadedBorderUpColor |
Array |
Array of numbers for the border gradient color when the mouse is not over the unuploaded cell. |
[0xe4e4e4] |
unuploadedBorderOverColor |
Array |
Array of numbers for the border gradient color when the mouse is over the unuploaded cell. |
[0xe4e4e4] |
unuploadedBorderDownColor |
Array |
Array of numbers for the border gradient color when the mouse button is clicked on the unuploaded cell. |
[0xe4e4e4] |
unuploadedBackgroundUpColor |
Array |
Array of numbers for the background gradient color when the mouse is not over the unuploaded cell. |
[0xffffff, 0xffffff] |
unuploadedBackgroundOverColor |
Array |
Array of numbers for the background gradient color when the mouse is over the unuploaded cell. |
[0xe6f3f7, 0xadd9e5] |
unuploadedBackgroundDownColor |
Array |
Array of numbers for the background gradient color when the mouse button is clicked on the unuploaded cell. |
[0x7ec4d6, 0xadd9e5] |
unuploadedSelectedBorderUpColor |
Array |
Array of numbers for the border gradient color when the mouse is not over the selected unuploaded cell. |
[0xe4e4e4] |
unuploadedSelectedBorderOverColor |
Array |
Array of numbers for the border gradient color when the mouse is over the selected unuploaded cell. |
[0xe4e4e4] |
unuploadedSelectedBorderDownColor |
Array |
Array of numbers for the border gradient color when the mouse button is clicked on the selected unuploaded cell. |
[0xe4e4e4] |
unuploadedSelectedBackgroundUpColor |
Array |
Array of numbers for the background gradient color when the mouse is not over the selected unuploaded cell. |
[0x7ec4d6, 0xadd9e5] |
unuploadedSelectedBackgroundOverColor |
Array |
Array of numbers for the background gradient color when the mouse is over the selected unuploaded cell. |
[0xadd9e5, 0xe6f3f7] |
unuploadedSelectedBackgroundDownColor |
Array |
Array of numbers for the background gradient color when the mouse button is clicked on the selected unuploaded cell. |
[0x7ec4d6, 0xadd9e5] |
customBorderUpColor |
Array |
Array of numbers for the border gradient color when the mouse is not over the custom cell. |
[0xe4e4e4] |
customBorderOverColor |
Array |
Array of numbers for the border gradient color when the mouse is over the custom cell. |
[0xe4e4e4] |
customBorderDownColor |
Array |
Array of numbers for the border gradient color when the mouse button is clicked on the custom cell. |
[0xe4e4e4] |
customBackgroundUpColor |
Array |
Array of numbers for the background gradient color when the mouse is not over the custom cell. |
[0xff1c1c, 0xff5757] |
customBackgroundOverColor |
Array |
Array of numbers for the background gradient color when the mouse is over the custom cell. |
[0xffaeae, 0xff5757] |
customBackgroundDownColor |
Array |
Array of numbers for the background gradient color when the mouse button is clicked on the custom cell. |
[0x7ec4d6, 0xadd9e5] |
customSelectedBorderUpColor |
Array |
Array of numbers for the border gradient color when the mouse is not over the selected custom cell. |
[0xe4e4e4] |
customSelectedBorderOverColor |
Array |
Array of numbers for the border gradient color when the mouse is over the selected custom cell. |
[0xe4e4e4] |
customSelectedBorderDownColor |
Array |
Array of numbers for the border gradient color when the mouse button is clicked on the selected custom cell. |
[0xe4e4e4] |
customSelectedBackgroundUpColor |
Array |
Array of numbers for the background gradient color when the mouse is not over the selected custom cell. |
[0x7ec4d6, 0xadd9e5] |
customSelectedBackgroundOverColor |
Array |
Array of numbers for the background gradient color when the mouse is over the selected custom cell. |
[0xadd9e5, 0xe6f3f7] |
customSelectedBackgroundDownColor |
Array |
Array of numbers for the background gradient color when the mouse button is clicked on the selected custom cell. |
[0x7ec4d6, 0xadd9e5] |
cellFontColor |
uint |
The color of the text in dialog header (#RRGGBB). |
#000000 |
cellFontSize |
uint |
The size of the font for text in the header. |
12 |
cellFontName |
String |
The name of the font for text in the header. |
"_sans" |
cellFontBold |
Boolean |
Specifies whether the text is boldface. |
false |
cellFontItalic |
Boolean |
Indicates whether text in the header is italicized. |
false |
cellFontUnderline |
Boolean |
Indicates whether the text in the header is underlined. |
false |
cellTextAlign |
String |
Indicates the alignment of the text in the header. Possible values are: "center", "left", "right" |
"left" |
- property has above value when a size of the EAFlashUpload object on the page is 400x350. In other cases the value is changed due to auto resizing.