Functiondojox.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

Usage

function (/*DomNode*/ thumb, /*String*/ className) (view source)
parametertypedescription
thumbDomNodeThe thumbnail DOM node to set the class on
classNameStringThe CSS class to add to the DOM node.