Gets or sets a unique identifier of the thumbnail control.
$au.thumbnail({Get/Set Value at Runtime
//...other params...
id: "",
//...other params...
})
$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.