This section describes properties of column object and all its instances.

Structure of section:


List of properties

Property name Type Description
Header
headerBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the header.
headerBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the header.
headerBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the header.
headerBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the header.
headerBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the header.
headerBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the header.
headerFontColor uint The color of the text in dialog header (#RRGGBB).
headerFontSize uint The size of the font for text in the header.
headerFontName String The name of the font for text in the header.
headerFontBold Boolean Specifies whether the text is boldface.
headerFontItalic Boolean Indicates whether text in the header is italicized.
headerFontUnderline Boolean Indicates whether the text in the header is underlined.
headerText String Gets or sets the text in the header
headerTextAlign String Indicates the alignment of the text in the header. Possible values are: "center", "left", "right"
Cell
errorBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the error cell.
errorBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the error cell.
errorBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the error cell.
errorBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the error cell.
errorBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the error cell.
errorBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the error cell.
errorSelectedBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the selected error cell.
errorSelectedBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the selected error cell.
errorSelectedBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the selected error cell.
errorSelectedBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the selected error cell.
errorSelectedBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the selected error cell.
errorSelectedBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the selected error cell.
uploadedBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the uploaded cell.
uploadedBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the uploaded cell.
uploadedBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the uploaded cell.
uploadedBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the uploaded cell.
uploadedBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the uploaded cell.
uploadedBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the uploaded cell.
uploadedSelectedBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the selected uploaded cell.
uploadedSelectedBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the selected uploaded cell.
uploadedSelectedBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the selected uploaded cell.
uploadedSelectedBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the selected uploaded cell.
uploadedSelectedBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the selected uploaded cell.
uploadedSelectedBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the selected uploaded cell.
unuploadedBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the unuploaded cell.
unuploadedBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the unuploaded cell.
unuploadedBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the unuploaded cell.
unuploadedBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the unuploaded cell.
unuploadedBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the unuploaded cell.
unuploadedBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the unuploaded cell.
unuploadedSelectedBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the selected unuploaded cell.
unuploadedSelectedBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the selected unuploaded cell.
unuploadedSelectedBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the selected unuploaded cell.
unuploadedSelectedBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the selected unuploaded cell.
unuploadedSelectedBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the selected unuploaded cell.
unuploadedSelectedBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the selected unuploaded cell.
customBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the custom cell.
customBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the custom cell.
customBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the custom cell.
customBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the custom cell.
customBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the custom cell.
customBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the custom cell.
customSelectedBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the selected custom cell.
customSelectedBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the selected custom cell.
customSelectedBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the selected custom cell.
customSelectedBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the selected custom cell.
customSelectedBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the selected custom cell.
customSelectedBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the selected custom cell.
cellFontColor uint The color of the text in the cell (#RRGGBB).
cellFontSize uint The size of the font for text in the cell.
cellFontName String The name of the font for text in the cell.
cellFontBold Boolean Specifies whether the text is boldface.
cellFontItalic Boolean Indicates whether text in the cell is italicized.
cellFontUnderline Boolean Indicates whether the text in the cell is underlined.
cellTextAlign String Indicates the alignment of the text in the cell. Possible values are: "center", "left", "right"
Others
visible* Boolean Gets or sets a value that indicates whether the column is visible.
width* uint The width of the column, in pixels.
minWidth* uint The minimum width of the column, in pixels.
Additional property of customColumn
propertyNameDataSource* String Gets or sets the name of custom file property. This property allows to edit value of cells of the customColumn.
type* String Gets or sets the type of column cells.
Possible values:
  • editbox
  • checkbox
  • radio - all cells are joined to one group. The name of form field related to this group depends on propertyNameDataSource
  • ddlist - represents a drop-down list.
values* Array Gets or sets an array of possible values associated with cells that have "radio", "checkbox" or "ddlist" type.
"radio" and "checkbox" has only two logic values: enbaled and disabled. Therefore array that you define for property should have only two elements(the values can be any).
labels* Array Gets or sets an array of labels associated with values property.
"checkbox" type of customColumn
chbBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the checkbox cell.
chbBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the checkbox cell.
chbBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the checkbox cell.
chbBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the checkbox cell.
chbBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the checkbox cell.
chbBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the checkbox cell.
chbSelectedBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the selected checkbox cell.
chbSelectedBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the selected checkbox cell.
chbSelectedBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the selected checkbox cell.
chbSelectedBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the selected checkbox cell.
chbSelectedBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the selected checkbox cell.
chbSelectedBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the selected checkbox cell.
chbIconColor uint The color of the checkbox selector(#RRGGBB).
"radio" type of customColumn
rbBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the radio button cell.
rbBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the radio button cell.
rbBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the radio button cell.
rbBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the radio button cell.
rbBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the radio button cell.
rbBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the radio button cell.
rbSelectedBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the selected radio button cell.
rbSelectedBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the selected radio button cell.
rbSelectedBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the selected radio button cell.
rbSelectedBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the selected radio button cell.
rbSelectedBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the selected radio button cell.
rbSelectedBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the selected radio button cell.
rbIconColor uint The color of the radio button selector(#RRGGBB).
"ddlist" type of customColumn
ddlBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the drop-down list cell.
ddlBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the drop-down list cell.
ddlBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the drop-down list cell.
ddlBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the drop-down list cell.
ddlBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the drop-down list cell.
ddlBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the drop-down list cell.
ddlIconUpColor Array Array of numbers for the icon gradient color when the mouse is not over the drop-down list cell.
ddlIconOverColor Array Array of numbers for the icon gradient color when the mouse is over the drop-down list cell.
ddlIconDownColor Array Array of numbers for the icon gradient color when the mouse button is clicked on the drop-down list cell.
ddlIconBackgroundUpColor Array Array of numbers for the icon background gradient color when the mouse is not over the drop-down list cell.
ddlIconBackgroundOverColor Array Array of numbers for the icon background gradient color when the mouse is over the drop-down list icon.
ddlIconBackgroundDownColor Array Array of numbers for the icon background gradient color when the mouse button is clicked on the drop-down list cell.
ddlUpAlpha Number Alpha channel of the drop-down list when the mouse is not over cell.
ddlOverAlpha Number Alpha channel of the drop-down list when the mouse is over cell.
ddlDownAlpha Number Alpha channel of the drop-down list when the mouse button is clicked on cell.
ddlIconBackgroundUpAlpha Number Alpha channel of the icon when the mouse is not over the drop-down list cell.
ddlIconBackgroundOverAlpha Number Alpha channel of the icon when the mouse is over the drop-down list icon.
ddlIconBackgroundDownAlpha Number Alpha channel of the icon when the mouse button is clicked on the drop-down list cell.
List item's properties of "ddlist"
ddlListBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the drop-down list item.
ddlListBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the drop-down list item.
ddlListBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the drop-down list item.
ddlListBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the drop-down list item.
ddlListBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the drop-down list item.
ddlListBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the radio button cell.
ddlListSelectedBorderUpColor Array Array of numbers for the border gradient color when the mouse is not over the selected drop-down list item.
ddlListSelectedBorderOverColor Array Array of numbers for the border gradient color when the mouse is over the selected drop-down list item.
ddlListSelectedBorderDownColor Array Array of numbers for the border gradient color when the mouse button is clicked on the selected drop-down list item.
ddlListSelectedBackgroundUpColor Array Array of numbers for the background gradient color when the mouse is not over the selected drop-down list item.
ddlListSelectedBackgroundOverColor Array Array of numbers for the background gradient color when the mouse is over the selected drop-down list item.
ddlListSelectedBackgroundDownColor Array Array of numbers for the background gradient color when the mouse button is clicked on the selected drop-down list item.
ddlListFontColor uint The color of the text in the drop-down list item. (#RRGGBB).
ddlListFontSize uint The size of the font for text in the drop-down list item.
ddlListFontName String The name of the font for text in the drop-down list item.
ddlListFontBold Boolean Specifies whether the text in the drop-down list item is boldface.
ddlListFontItalic Boolean Indicates whether text in the drop-down list item is italicized.
ddlListFontUnderline Boolean Indicates whether the text in the drop-down list item is underlined.
ddlListTextAlign String Indicates the alignment of the text in the drop-down list item. Possible values are: "center", "left", "right"
* - properties are not supported by columnsStyle object.


nameColumn

Description:

Displays a name of the file.

List of default values:
Property name Default value
Header
headerBorderUpColor [0xbfced4]
headerBorderOverColor [0xbfced4]
headerBorderDownColor [0xbfced4]
headerBackgroundUpColor [0xfdfdfe, 0xBCC8CF]
headerBackgroundOverColor [0xfdfdfe, 0xBCC8CF]
headerBackgroundDownColor [0x6dbdd1, 0xf4f8fc]
headerFontColor #000000
headerFontSize 12
headerFontName "_sans"
headerFontBold false
headerFontItalic false
headerFontUnderline false
headerText "File name"
headerTextAlign "left"
Cell
errorBorderUpColor [0xe4e4e4]
errorBorderOverColor [0xe4e4e4]
errorBorderDownColor [0xe4e4e4]
errorBackgroundUpColor [0xff1c1c, 0xff5757]
errorBackgroundOverColor [0xffaeae, 0xff5757]
errorBackgroundDownColor [0x7ec4d6, 0xadd9e5]
errorSelectedBorderUpColor [0xe4e4e4]
errorSelectedBorderOverColor [0xe4e4e4]
errorSelectedBorderDownColor [0xe4e4e4]
errorSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
errorSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
errorSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
uploadedBorderUpColor [0xe4e4e4]
uploadedBorderOverColor [0xe4e4e4]
uploadedBorderDownColor [0xe4e4e4]
uploadedBackgroundUpColor [0x41c042, 0x88d588]
uploadedBackgroundOverColor [0xbfeac1, 0x88d588]
uploadedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
uploadedSelectedBorderUpColor [0xe4e4e4]
uploadedSelectedBorderOverColor [0xe4e4e4]
uploadedSelectedBorderDownColor [0xe4e4e4]
uploadedSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
uploadedSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
uploadedSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
unuploadedBorderUpColor [0xe4e4e4]
unuploadedBorderOverColor [0xe4e4e4]
unuploadedBorderDownColor [0xe4e4e4]
unuploadedBackgroundUpColor [0xffffff, 0xffffff]
unuploadedBackgroundOverColor [0xe6f3f7, 0xadd9e5]
unuploadedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
unuploadedSelectedBorderUpColor [0xe4e4e4]
unuploadedSelectedBorderOverColor [0xe4e4e4]
unuploadedSelectedBorderDownColor [0xe4e4e4]
unuploadedSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
unuploadedSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
unuploadedSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
customBorderUpColor [0xe4e4e4]
customBorderOverColor [0xe4e4e4]
customBorderDownColor [0xe4e4e4]
customBackgroundUpColor [0xff1c1c, 0xff5757]
customBackgroundOverColor [0xffaeae, 0xff5757]
customBackgroundDownColor [0x7ec4d6, 0xadd9e5]
customSelectedBorderUpColor [0xe4e4e4]
customSelectedBorderOverColor [0xe4e4e4]
customSelectedBorderDownColor [0xe4e4e4]
customSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
customSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
customSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
cellFontColor #000000
cellFontSize 12
cellFontName "_sans"
cellFontBold false
cellFontItalic false
cellFontUnderline false
cellTextAlign "left"
Others
visible true
width** 296
minWidth  
** - 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.

Description of appropriate property you can find here Properties of column object.


Examples:

The property of the nameColumn is assigned via flashvars object of SWFObject on the html page:

flashvars["view.filesList.nameColumn.unuploadedBackgroundUpColor"] = "#fdfdfe|#d7e0e7";



sizeColumn

Description:

Displays a size of the file.

List of default values:
Property name Default value
Header
headerBorderUpColor [0xbfced4]
headerBorderOverColor [0xbfced4]
headerBorderDownColor [0xbfced4]
headerBackgroundUpColor [0xfdfdfe, 0xBCC8CF]
headerBackgroundOverColor [0xfdfdfe, 0xBCC8CF]
headerBackgroundDownColor [0x6dbdd1, 0xf4f8fc]
headerFontColor #000000
headerFontSize 12
headerFontName "_sans"
headerFontBold false
headerFontItalic false
headerFontUnderline false
headerText "Size"
headerTextAlign "left"
Cell
errorBorderUpColor [0xe4e4e4]
errorBorderOverColor [0xe4e4e4]
errorBorderDownColor [0xe4e4e4]
errorBackgroundUpColor [0xff1c1c, 0xff5757]
errorBackgroundOverColor [0xffaeae, 0xff5757]
errorBackgroundDownColor [0x7ec4d6, 0xadd9e5]
errorSelectedBorderUpColor [0xe4e4e4]
errorSelectedBorderOverColor [0xe4e4e4]
errorSelectedBorderDownColor [0xe4e4e4]
errorSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
errorSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
errorSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
uploadedBorderUpColor [0xe4e4e4]
uploadedBorderOverColor [0xe4e4e4]
uploadedBorderDownColor [0xe4e4e4]
uploadedBackgroundUpColor [0x41c042, 0x88d588]
uploadedBackgroundOverColor [0xbfeac1, 0x88d588]
uploadedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
uploadedSelectedBorderUpColor [0xe4e4e4]
uploadedSelectedBorderOverColor [0xe4e4e4]
uploadedSelectedBorderDownColor [0xe4e4e4]
uploadedSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
uploadedSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
uploadedSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
unuploadedBorderUpColor [0xe4e4e4]
unuploadedBorderOverColor [0xe4e4e4]
unuploadedBorderDownColor [0xe4e4e4]
unuploadedBackgroundUpColor [0xffffff, 0xffffff]
unuploadedBackgroundOverColor [0xe6f3f7, 0xadd9e5]
unuploadedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
unuploadedSelectedBorderUpColor [0xe4e4e4]
unuploadedSelectedBorderOverColor [0xe4e4e4]
unuploadedSelectedBorderDownColor [0xe4e4e4]
unuploadedSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
unuploadedSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
unuploadedSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
cellFontColor #000000
cellFontSize 12
cellFontName "_sans"
cellFontBold false
cellFontItalic false
cellFontUnderline false
cellTextAlign "left"
Others
visible true
width** 98
minWidth  
** - 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.

Description of appropriate property you can find here Properties of column object.


Examples:

The property of the sizeColumn is assigned via flashvars object of SWFObject on the html page:

flashvars["view.filesList.sizeColumn.unuploadedBackgroundUpColor"] = "#fdfdfe|#d7e0e7";



typeColumn

Description:

Displays a type of the file.

List of default values:
Property name Default value
Header
headerBorderUpColor [0xbfced4]
headerBorderOverColor [0xbfced4]
headerBorderDownColor [0xbfced4]
headerBackgroundUpColor [0xfdfdfe, 0xBCC8CF]
headerBackgroundOverColor [0xfdfdfe, 0xBCC8CF]
headerBackgroundDownColor [0x6dbdd1, 0xf4f8fc]
headerFontColor #000000
headerFontSize 12
headerFontName "_sans"
headerFontBold false
headerFontItalic false
headerFontUnderline false
headerText "Type"
headerTextAlign "left"
Cell
errorBorderUpColor [0xe4e4e4]
errorBorderOverColor [0xe4e4e4]
errorBorderDownColor [0xe4e4e4]
errorBackgroundUpColor [0xff1c1c, 0xff5757]
errorBackgroundOverColor [0xffaeae, 0xff5757]
errorBackgroundDownColor [0x7ec4d6, 0xadd9e5]
errorSelectedBorderUpColor [0xe4e4e4]
errorSelectedBorderOverColor [0xe4e4e4]
errorSelectedBorderDownColor [0xe4e4e4]
errorSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
errorSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
errorSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
uploadedBorderUpColor [0xe4e4e4]
uploadedBorderOverColor [0xe4e4e4]
uploadedBorderDownColor [0xe4e4e4]
uploadedBackgroundUpColor [0x41c042, 0x88d588]
uploadedBackgroundOverColor [0xbfeac1, 0x88d588]
uploadedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
uploadedSelectedBorderUpColor [0xe4e4e4]
uploadedSelectedBorderOverColor [0xe4e4e4]
uploadedSelectedBorderDownColor [0xe4e4e4]
uploadedSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
uploadedSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
uploadedSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
unuploadedBorderUpColor [0xe4e4e4]
unuploadedBorderOverColor [0xe4e4e4]
unuploadedBorderDownColor [0xe4e4e4]
unuploadedBackgroundUpColor [0xffffff, 0xffffff]
unuploadedBackgroundOverColor [0xe6f3f7, 0xadd9e5]
unuploadedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
unuploadedSelectedBorderUpColor [0xe4e4e4]
unuploadedSelectedBorderOverColor [0xe4e4e4]
unuploadedSelectedBorderDownColor [0xe4e4e4]
unuploadedSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
unuploadedSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
unuploadedSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
cellFontColor #000000
cellFontSize 12
cellFontName "_sans"
cellFontBold false
cellFontItalic false
cellFontUnderline false
cellTextAlign "left"
Others
visible false
width  
minWidth  


Description of appropriate property you can find here Properties of column object.


Examples:

The property of the typeColumn is assigned via flashvars object of SWFObject on the html page:

flashvars["view.filesList.typeColumn.unuploadedBackgroundUpColor"] = "#fdfdfe|#d7e0e7";



statusColumn

Description:

Displays a status of the file.

List of default values:
Property name Default value
Header
headerBorderUpColor [0xbfced4]
headerBorderOverColor [0xbfced4]
headerBorderDownColor [0xbfced4]
headerBackgroundUpColor [0xfdfdfe, 0xBCC8CF]
headerBackgroundOverColor [0xfdfdfe, 0xBCC8CF]
headerBackgroundDownColor [0x6dbdd1, 0xf4f8fc]
headerFontColor #000000
headerFontSize 12
headerFontName "_sans"
headerFontBold false
headerFontItalic false
headerFontUnderline false
headerText "Status"
headerTextAlign "left"
Cell
errorBorderUpColor [0xe4e4e4]
errorBorderOverColor [0xe4e4e4]
errorBorderDownColor [0xe4e4e4]
errorBackgroundUpColor [0xff1c1c, 0xff5757]
errorBackgroundOverColor [0xffaeae, 0xff5757]
errorBackgroundDownColor [0x7ec4d6, 0xadd9e5]
errorSelectedBorderUpColor [0xe4e4e4]
errorSelectedBorderOverColor [0xe4e4e4]
errorSelectedBorderDownColor [0xe4e4e4]
errorSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
errorSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
errorSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
uploadedBorderUpColor [0xe4e4e4]
uploadedBorderOverColor [0xe4e4e4]
uploadedBorderDownColor [0xe4e4e4]
uploadedBackgroundUpColor [0x41c042, 0x88d588]
uploadedBackgroundOverColor [0xbfeac1, 0x88d588]
uploadedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
uploadedSelectedBorderUpColor [0xe4e4e4]
uploadedSelectedBorderOverColor [0xe4e4e4]
uploadedSelectedBorderDownColor [0xe4e4e4]
uploadedSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
uploadedSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
uploadedSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
unuploadedBorderUpColor [0xe4e4e4]
unuploadedBorderOverColor [0xe4e4e4]
unuploadedBorderDownColor [0xe4e4e4]
unuploadedBackgroundUpColor [0xffffff, 0xffffff]
unuploadedBackgroundOverColor [0xe6f3f7, 0xadd9e5]
unuploadedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
unuploadedSelectedBorderUpColor [0xe4e4e4]
unuploadedSelectedBorderOverColor [0xe4e4e4]
unuploadedSelectedBorderDownColor [0xe4e4e4]
unuploadedSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
unuploadedSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
unuploadedSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
cellFontColor #000000
cellFontSize 12
cellFontName "_sans"
cellFontBold false
cellFontItalic false
cellFontUnderline false
cellTextAlign "left"
Others
visible true
width** 98
minWidth  
** - 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.

Description of appropriate property you can find here Properties of column object.


Examples:

The property of the statusColumn is assigned via flashvars object of SWFObject on the html page:

flashvars["view.filesList.statusColumn.unuploadedBackgroundUpColor"] = "#fdfdfe|#d7e0e7";



creationDateColumn

Description:

Displays a creation date property of the file.

List of default values:
Property name Default value
Header
headerBorderUpColor [0xbfced4]
headerBorderOverColor [0xbfced4]
headerBorderDownColor [0xbfced4]
headerBackgroundUpColor [0xfdfdfe, 0xBCC8CF]
headerBackgroundOverColor [0xfdfdfe, 0xBCC8CF]
headerBackgroundDownColor [0x6dbdd1, 0xf4f8fc]
headerFontColor #000000
headerFontSize 12
headerFontName "_sans"
headerFontBold false
headerFontItalic false
headerFontUnderline false
headerText "Cr. Date"
headerTextAlign "left"
Cell
errorBorderUpColor [0xe4e4e4]
errorBorderOverColor [0xe4e4e4]
errorBorderDownColor [0xe4e4e4]
errorBackgroundUpColor [0xff1c1c, 0xff5757]
errorBackgroundOverColor [0xffaeae, 0xff5757]
errorBackgroundDownColor [0x7ec4d6, 0xadd9e5]
errorSelectedBorderUpColor [0xe4e4e4]
errorSelectedBorderOverColor [0xe4e4e4]
errorSelectedBorderDownColor [0xe4e4e4]
errorSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
errorSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
errorSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
uploadedBorderUpColor [0xe4e4e4]
uploadedBorderOverColor [0xe4e4e4]
uploadedBorderDownColor [0xe4e4e4]
uploadedBackgroundUpColor [0x41c042, 0x88d588]
uploadedBackgroundOverColor [0xbfeac1, 0x88d588]
uploadedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
uploadedSelectedBorderUpColor [0xe4e4e4]
uploadedSelectedBorderOverColor [0xe4e4e4]
uploadedSelectedBorderDownColor [0xe4e4e4]
uploadedSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
uploadedSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
uploadedSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
unuploadedBorderUpColor [0xe4e4e4]
unuploadedBorderOverColor [0xe4e4e4]
unuploadedBorderDownColor [0xe4e4e4]
unuploadedBackgroundUpColor [0xffffff, 0xffffff]
unuploadedBackgroundOverColor [0xe6f3f7, 0xadd9e5]
unuploadedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
unuploadedSelectedBorderUpColor [0xe4e4e4]
unuploadedSelectedBorderOverColor [0xe4e4e4]
unuploadedSelectedBorderDownColor [0xe4e4e4]
unuploadedSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
unuploadedSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
unuploadedSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
cellFontColor #000000
cellFontSize 12
cellFontName "_sans"
cellFontBold false
cellFontItalic false
cellFontUnderline false
cellTextAlign "left"
Others
visible false
width  
minWidth  

Description of appropriate property you can find here Properties of column object.


Examples:

The property of the creationDateColumn is assigned via flashvars object of SWFObject on the html page:

flashvars["view.filesList.creationDateColumn.unuploadedBackgroundUpColor"] = "#fdfdfe|#d7e0e7";



modificationDateColumn

Description:

Displays a modification date property of the file.

List of default values:
Property name Default value
Header
headerBorderUpColor [0xbfced4]
headerBorderOverColor [0xbfced4]
headerBorderDownColor [0xbfced4]
headerBackgroundUpColor [0xfdfdfe, 0xBCC8CF]
headerBackgroundOverColor [0xfdfdfe, 0xBCC8CF]
headerBackgroundDownColor [0x6dbdd1, 0xf4f8fc]
headerFontColor #000000
headerFontSize 12
headerFontName "_sans"
headerFontBold false
headerFontItalic false
headerFontUnderline false
headerText "Mod. Date"
headerTextAlign "left"
Cell
errorBorderUpColor [0xe4e4e4]
errorBorderOverColor [0xe4e4e4]
errorBorderDownColor [0xe4e4e4]
errorBackgroundUpColor [0xff1c1c, 0xff5757]
errorBackgroundOverColor [0xffaeae, 0xff5757]
errorBackgroundDownColor [0x7ec4d6, 0xadd9e5]
errorSelectedBorderUpColor [0xe4e4e4]
errorSelectedBorderOverColor [0xe4e4e4]
errorSelectedBorderDownColor [0xe4e4e4]
errorSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
errorSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
errorSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
uploadedBorderUpColor [0xe4e4e4]
uploadedBorderOverColor [0xe4e4e4]
uploadedBorderDownColor [0xe4e4e4]
uploadedBackgroundUpColor [0x41c042, 0x88d588]
uploadedBackgroundOverColor [0xbfeac1, 0x88d588]
uploadedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
uploadedSelectedBorderUpColor [0xe4e4e4]
uploadedSelectedBorderOverColor [0xe4e4e4]
uploadedSelectedBorderDownColor [0xe4e4e4]
uploadedSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
uploadedSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
uploadedSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
unuploadedBorderUpColor [0xe4e4e4]
unuploadedBorderOverColor [0xe4e4e4]
unuploadedBorderDownColor [0xe4e4e4]
unuploadedBackgroundUpColor [0xffffff, 0xffffff]
unuploadedBackgroundOverColor [0xe6f3f7, 0xadd9e5]
unuploadedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
unuploadedSelectedBorderUpColor [0xe4e4e4]
unuploadedSelectedBorderOverColor [0xe4e4e4]
unuploadedSelectedBorderDownColor [0xe4e4e4]
unuploadedSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
unuploadedSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
unuploadedSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
cellFontColor #000000
cellFontSize 12
cellFontName "_sans"
cellFontBold false
cellFontItalic false
cellFontUnderline false
cellTextAlign "left"
Others
visible false
width  
minWidth  

Description of appropriate property you can find here Properties of column object.


Examples:

The property of the modificationDateColumn is assigned via flashvars object of SWFObject on the html page:

flashvars["view.filesList.modificationDateColumn.unuploadedBackgroundUpColor"] = "#fdfdfe|#d7e0e7";



customColumn (customColumn1-9)

Description:

Displays a custom property of the file. See also: customFileProperties object
There are ten customColumn objects by default. You can reference to them as follows: "view.filesList.customColumn." , "view.filesList.customColumn1." , "view.filesList.customColumn2." ... "view.filesList.customColumn9."
The customColumn allows you to create a flexible interface that allows custom user actions. type property allows you to define a behaviour for the cells of the column. They may act as a simple edit box, as a checkbox, as a radio button or as a drop-down list.

List of default values:
Property name Default value
Header
headerBorderUpColor [0xbfced4]
headerBorderOverColor [0xbfced4]
headerBorderDownColor [0xbfced4]
headerBackgroundUpColor [0xfdfdfe, 0xBCC8CF]
headerBackgroundOverColor [0xfdfdfe, 0xBCC8CF]
headerBackgroundDownColor [0x6dbdd1, 0xf4f8fc]
headerFontColor #000000
headerFontSize 12
headerFontName "_sans"
headerFontBold false
headerFontItalic false
headerFontUnderline false
headerText Depends on propertyNameDataSource property
headerTextAlign "left"
Cell
errorBorderUpColor [0xe4e4e4]
errorBorderOverColor [0xe4e4e4]
errorBorderDownColor [0xe4e4e4]
errorBackgroundUpColor [0xff1c1c, 0xff5757]
errorBackgroundOverColor [0xffaeae, 0xff5757]
errorBackgroundDownColor [0x7ec4d6, 0xadd9e5]
errorSelectedBorderUpColor [0xe4e4e4]
errorSelectedBorderOverColor [0xe4e4e4]
errorSelectedBorderDownColor [0xe4e4e4]
errorSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
errorSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
errorSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
uploadedBorderUpColor [0xe4e4e4]
uploadedBorderOverColor [0xe4e4e4]
uploadedBorderDownColor [0xe4e4e4]
uploadedBackgroundUpColor [0x41c042, 0x88d588]
uploadedBackgroundOverColor [0xbfeac1, 0x88d588]
uploadedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
uploadedSelectedBorderUpColor [0xe4e4e4]
uploadedSelectedBorderOverColor [0xe4e4e4]
uploadedSelectedBorderDownColor [0xe4e4e4]
uploadedSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
uploadedSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
uploadedSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
unuploadedBorderUpColor [0xe4e4e4]
unuploadedBorderOverColor [0xe4e4e4]
unuploadedBorderDownColor [0xe4e4e4]
unuploadedBackgroundUpColor [0xffffff, 0xffffff]
unuploadedBackgroundOverColor [0xe6f3f7, 0xadd9e5]
unuploadedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
unuploadedSelectedBorderUpColor [0xe4e4e4]
unuploadedSelectedBorderOverColor [0xe4e4e4]
unuploadedSelectedBorderDownColor [0xe4e4e4]
unuploadedSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
unuploadedSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
unuploadedSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
cellFontColor #000000
cellFontSize 12
cellFontName "_sans"
cellFontBold false
cellFontItalic false
cellFontUnderline false
cellTextAlign "left"
"checkbox" type of customColumn
chbBorderUpColor [0xd9dbdc, 0xadaeaf]
chbBorderOverColor [0x80ccfc, 0x80badf]
chbBorderDownColor [0x80ccfd, 0x80badf]
chbBackgroundUpColor [0xfcfcfc, 0xf0f0f0]
chbBackgroundOverColor [0xfdfdfd, 0xf7f7f7]
chbBackgroundDownColor [0xf0f9ff, 0xbadff7]
chbSelectedBorderUpColor [0xb3b6b8, 0x5b5d5e]
chbSelectedBorderOverColor [0x80ccfc, 0x80badf]
chbSelectedBorderDownColor [0x80ccfc, 0x80badf]
chbSelectedBackgroundUpColor [0xfbfbfb, 0xe6e6e6]
chbSelectedBackgroundOverColor [0xfdfdfd, 0xd9e8f1]
chbSelectedBackgroundDownColor [0xd4edfe, 0x93c7e7]
chbIconColor #000000
"radio" type of customColumn
rbBorderUpColor [0x5b5d5e, 0xb0b3b4]
rbBorderOverColor [0x0077c2, 0x009afb]
rbBorderDownColor [0x0077c2, 0x009afb]
rbBackgroundUpColor [0xe1e1e1, 0xf7f7f7]
rbBackgroundOverColor [0xeeeeee, 0xfafafa]
rbBackgroundDownColor [0x99d7fe, 0xdef2fd]
rbSelectedBorderUpColor [0x5b5d5e, 0xb1b4b6]
rbSelectedBorderOverColor [0x0077c2, 0x009afa]
rbSelectedBorderDownColor [0x0077c2, 0x009afa]
rbSelectedBackgroundUpColor [0xe1e1e1, 0xf7f7f7]
rbSelectedBackgroundOverColor [0xeeeeee, 0xfafafa]
rbSelectedBackgroundDownColor [0x99d7fe, 0xdef1fd]
rbIconColor #000000
"ddlist" type of customColumn
ddlBorderUpColor [0xe4e4e4]
ddlBorderOverColor [0x74becf]
ddlBorderDownColor [0x91ccda]
ddlBackgroundUpColor [0xfdfdfd, 0xebebeb]
ddlBackgroundOverColor [0xe6f3f7, 0xadd9e5]
ddlBackgroundDownColor [0x7ec4d6, 0xadd9e5]
ddlIconUpColor [0xfdfdfd, 0xebebeb]
ddlIconOverColor [0x5fc1ca, 0xe4f5f6]
ddlIconDownColor [0x5fc1ca, 0xe4f5f6]
ddlIconBackgroundUpColor #000000
ddlIconBackgroundOverColor #000000
ddlIconBackgroundDownColor #000000
ddlUpAlpha 0
ddlOverAlpha 1
ddlDownAlpha 1
ddlIconBackgroundUpAlpha 0
ddlIconBackgroundOverAlpha 0.5
ddlIconBackgroundDownAlpha 0.5
List item's properties of "ddlist"
ddlListBorderUpColor [0x91ccda]
ddlListBorderOverColor [0x91ccda]
ddlListBorderDownColor [0x91ccda]
ddlListBackgroundUpColor [0xdcf0f3]
ddlListBackgroundOverColor [0xe6f3f7, 0xadd9e5]
ddlListBackgroundDownColor [0x7ec4d6, 0xadd9e5]
ddlListSelectedBorderUpColor [0x91ccda]
ddlListSelectedBorderOverColor [0x91ccda]
ddlListSelectedBorderDownColor [0x91ccda]
ddlListSelectedBackgroundUpColor [0x7ec4d6, 0xadd9e5]
ddlListSelectedBackgroundOverColor [0xadd9e5, 0xe6f3f7]
ddlListSelectedBackgroundDownColor [0x7ec4d6, 0xadd9e5]
ddlListFontColor #000000
ddlListFontSize 12
ddlListFontName "_sans"
ddlListFontBold false
ddlListFontItalic false
ddlListFontUnderline false
ddlListTextAlign "left"
Others
type "editbox"
values "on|off"
labels ""
visible false
width  
minWidth  

Description of appropriate property you can find here Properties of column object.


Examples:

The property of the customDateColumn is assigned via flashvars object of SWFObject on the html page:

flashvars["view.filesList.customColumn.unuploadedBackgroundUpColor"] = "#fdfdfe|#d7e0e7";



columnsStyle

Description:

The columnsStyle is a setter object for instances of the column object. It has the same properties as the column object with a small difference they are have a setters only. So, you will not be able to retrieve value of columnsStyle object property, you should retrieve the property of appropriate column object instead. Description of appropriate property you can find here Properties of column object. Marked with * symbol properties are not supported by the columnsStyle.

With columnsStyle you can apply a specific value for all instances of column object such as nameColumn, sizeColumn, typeColumn, statusColumn, creationDateColumn, modificationDateColumn, customColumn1-9.


Examples:

The "headerBackgroundUpColor" property is set for all column instances via flashvars object of SWFObject on the html page:

flashvars["view.filesList.columnsStyle.headerBackgroundUpColor"] = "#fdfdfe|#d7e0e7";