Gets or sets a unique identifier of the thumbnail control.
$au.thumbnail({ //...other params... id: "", //...other params... })Get/Set Value at Runtime
$au.thumbnail('thumbnailID').id(value); value = $au.thumbnail('thumbnailID').id();
Type: String
The unique identifier of the control.
Default value is "".
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.