Switch that specifies whether Image Uploader should use system-dependent colors for its elements or use color specified via appropriate properties.
Syntax
Initialize
JavaScript | ![]() |
---|---|
<script type="text/javascript" src="iuembed.js"></script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("UseSystemColors", "true"); //...other params... iu.writeHtml(); </script> |
Get/Set Value in Runtime
JavaScript | ![]() |
---|---|
getImageUploader("ImageUploaderID").setUseSystemColors(value); value = getImageUploader("ImageUploaderID").getUseSystemColors(); |
Property Value
A boolean value (true
or false
). If true
, all items (except of self-drawn ones) are colored with colors configured in system settings and all appropriate color properties are disregarded. Otherwise color properties override system settings.
Default value is "true".
See Also
Reference
AdvancedDetailsFailedItemBackgroundColor PropertyAdvancedDetailsGridLineColor Property
AdvancedDetailsIdleItemBackgroundColor Property
AdvancedDetailsInProcessItemBackgroundColor Property
BackgroundColor Property
DisplayNameActiveSelectedTextColor Property
DisplayNameActiveUnselectedTextColor Property
DisplayNameInactiveSelectedTextColor Property
DisplayNameInactiveUnselectedTextColor Property
EditDescriptionTextColor Property
FolderPaneBackgroundColor Property
IncorrectFileActiveSelectedTextColor Property
IncorrectFileActiveUnselectedTextColor Property
IncorrectFileInactiveSelectedTextColor Property
IncorrectFileInactiveUnselectedTextColor Property
LargePreviewBackgroundColor Property
PaneBackgroundColor Property
PreviewThumbnailActiveDropHighlightedColor Property
PreviewThumbnailActiveSelectionColor Property
PreviewThumbnailBorderColor Property
PreviewThumbnailBorderHoverColor Property
PreviewThumbnailInactiveDropHighlightedColor Property
PreviewThumbnailInactiveSelectionColor Property
SplitterLineColor Property
TreePaneBackgroundColor Property
UploadPaneBackgroundColor Property