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

PHP
public function getAuxiliaryTextColor() {
}

public function setAuxiliaryTextColor($value) {
}

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