thumbnail.id Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a unique identifier of the thumbnail control.

Syntax

JavaScript Initialize
$au.thumbnail({
    //...other params...
    id: "",
    //...other params...
})
Get/Set Value at Runtime
$au.thumbnail('thumbnailID').id(value);
value = $au.thumbnail('thumbnailID').id();

Property Value

Type: String

The unique identifier of the control.

Default value is "".

Remarks

This identifier is obligatiry set during initialization and used to refer to the thumbnail control at runtime and, thus, modify its parameters, call methods, and handle events through JavaScript.