Settings for thumbnail item appearance.
getImageUploader("ImageUploaderID").setPaneItemDesign(Pane, Index, value); value = getImageUploader("ImageUploaderID").getPaneItemDesign(Pane, Index);
A member of the following enumeration:
String value | Integer value | Description |
---|---|---|
FolderPane | 0 |
A folder pane (which displays the current folder content). |
UploadPane | 1 |
An upload pane (which displays files from the upload list). |
When you get this value through JavaScript, an integer value will be returned.
A non-negative integer that specifies an index of a thumbnail item on a pane (one-based). It should not exceed PaneItemCount - 1
for the specified pane.
A string that specifies the item appearance. See the Remarks section for more details on the string format.
The string that contains the appearance settings has the following syntax:
param1=value1;param2=value2;...
Below is the list of supported parameters:
Parameter | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BackgroundColor |
A color value specified as a hex representation of the RGB triad in HTML-style syntax (
Note
See the full list of supported color names in MSDN. Pay attention that user-defined colors are not supported. | |||||||||||||||||||||
ForegroundColor |
A color value specified as a hex representation of the RGB triad in HTML-style syntax (
Note
See the full list of supported color names in MSDN. Pay attention that user-defined colors are not supported. | |||||||||||||||||||||
ForegroundOpacity | An integer value that specifies the opacity of the foreground color. By default, 0 (completely transparent). | |||||||||||||||||||||
BorderLineColorLeft |
A color value specified as a hex representation of the RGB triad in HTML-style syntax (
Note
See the full list of supported color names in MSDN. Pay attention that user-defined colors are not supported. | |||||||||||||||||||||
BorderLineColorRight |
A color value specified as a hex representation of the RGB triad in HTML-style syntax (
Note
See the full list of supported color names in MSDN. Pay attention that user-defined colors are not supported. | |||||||||||||||||||||
BorderLineColorTop |
A color value specified as a hex representation of the RGB triad in HTML-style syntax (
Note
See the full list of supported color names in MSDN. Pay attention that user-defined colors are not supported. | |||||||||||||||||||||
BorderLineColorBottom |
A color value specified as a hex representation of the RGB triad in HTML-style syntax (
Note
See the full list of supported color names in MSDN. Pay attention that user-defined colors are not supported. | |||||||||||||||||||||
BorderLineStyleLeft | A member of the following enumeration that specifies the style of the left item border:
If unsupported string value is passed, it is interpreted as
Note
When you get this property value through the JavaScript, integer value will be returned (even if you initialize the property with a string value). | |||||||||||||||||||||
BorderLineStyleRight | A member of the following enumeration that specifies the style of the right item border:
If unsupported string value is passed, it is interpreted as
Note
When you get this property value through the JavaScript, integer value will be returned (even if you initialize the property with a string value). | |||||||||||||||||||||
BorderLineStyleTop | A member of the following enumeration that specifies the style of the top item border:
If unsupported string value is passed, it is interpreted as
Note
When you get this property value through the JavaScript, integer value will be returned (even if you initialize the property with a string value). | |||||||||||||||||||||
BorderLineStyleBottom | A member of the following enumeration that specifies the style of the bottom item border:
If unsupported string value is passed, it is interpreted as
Note
When you get this property value through the JavaScript, integer value will be returned (even if you initialize the property with a string value). |