This documentation is for the old version. Go to the latest Upload Suite docs

uploader.auxiliaryTextColor Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a color of auxiliary text lables.

Syntax

JavaScript Initialize
$au.uploader({
    //...other params...
    auxiliaryTextColor: "#8b8b8b",
    //...other params...
})

Property Value

Type: String

The color of of the following labels:

  • a prompt inside the search box;
  • a prompt inside the description editor;
  • file details in the Tiles view;
  • image details and a prompt in the image editor.

The color string should be specified in a hex representation of the RGB triad in HTML-style syntax (#rrggbb).

Default value is "#8b8b8b".

See Also

Reference