This section describes properties of
filesList object. Description of column objects you can find here
column object.
List of properties
Property name |
Type |
Description |
Default values |
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. |
439 |
height* |
uint |
Height of the component in pixels. |
204 |
* - property has above value when a size of the EAFlashUpload object on the page is 450x350. In other cases the value is changed due to auto resizing.
Examples:
The property of the filesList is assigned via flashvars object of SWFObject on the html page:
flashvars["view.filesList.backgroundColor"] = "#fdfdfe|#d7e0e7";