Component CLIENTFILEEXPLORER

Attribute summary

Typically used attributes

All attributes are

General attributes are

Attribute details

attributemacro

Name of macro that is used for generating certain attributes of this component. Please pay attention: the value of this attribute is read one time for each control and cannot be changed afterwards.

The attribute value must not be changed once the component is created.

comment

Comment that can be asigned to any component. The comment is not operationally used.

Any textAny text

configinfo

Configuration information that is attached to this component. This information is not functionally used by CaptainCasa, but may be used for any application specific purpose.

fileextensions

Semicolon separated list of file extensions which is used as filter within the file selection dialog.

 Default - all files.
txtOnly files with extension .txt
jpg;png;gifOnly image files

filenamesexcludedfromselection

fxstyleseq

Semicolon separated sequence of style class names that are applied to this component.

height

Height of the control. Either defined as absolute value or as percentage value. Pay attention when using percentage sizing: the size refers to what is given from the components above. - When using components within a grid (FIXGRID) then the sizing of the component is completely managed by the grid, you do not need to specify any height in this case.

100100 Pixels
120120 Pixels
200200 Pixels
50%50 percents
100%Full available height

maxfilesize

Maximum number of bytes that the upload may have.

100000100.000 Bytes
500000500.000 Bytes

maxnumberoffiles

Maximum number of files that the download may have.

55 files
1010 files

maxsinglefilesize

Maximum number of bytes that a single file of the upload may have.

100000100.000 Bytes
500000500.000 Bytes

reference

Reference to an outside object that is the content behind the component. E.g. a field is representing a certain field of a database table: in this case you could define the value table;column. The reference plays a siginficant role within the attributemacro management.

The attribute value must not be changed once the component is created.

refOne reference
ref1;ref2Two references
ref1;ref2;ref3Three references

stylevariant

In CaptainCasa you can define styles definitions for components. A style definition is a definition of a set of default attribute values that are applied to the component. In case you want to differenciate between different usage types of the component you can apply multiple styles - and use the stylevariant attribute to select between.

width

Width of the control. Either defined as absolute value or as percentage value. Pay attention when using percentage sizing: the size refers to what is given from the components above. - When using components within a grid (FIXGRID) then the sizing of the component is completely managed by the grid, you do not need to specify any width in this case.

100100 Pixels
120120 Pixels
200200 Pixels
50%50 percents
100%Full available width