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 dialog header (#RRGGBB).
cellFontSize uint The size of the font for text in the header.
cellFontName String The name of the font for text in the header.
cellFontBold Boolean Specifies whether the text is boldface.
cellFontItalic Boolean Indicates whether text in the header is italicized.
cellFontUnderline Boolean Indicates whether the text in the header is underlined.
cellTextAlign String Indicates the alignment of the text in the header. 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
values* Array Gets or sets an array of possible values associated with cells that have "radio" or "checkbox" 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 values associated with values property.
* - 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, a checkbox or as a radio button.

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"
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, customColumn.


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";