dojox.image.ThumbnailPicker._setThumbClass
dojo.require("dojox.image.ThumbnailPicker");
defined in dojox/image/ThumbnailPicker.js
Adds a CSS class to a thumbnail, only if 'autoLoad' is true
parameter | type | description |
---|---|---|
thumb | DomNode | The thumbnail DOM node to set the class on |
className | String | The CSS class to add to the DOM node. |