ASP.NET Ajax Javascript (Specification) | |
---|---|
function selectPreviousThumbnail() : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfImGearThumbnailList.selectPreviousThumbnail(); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function selectPreviousThumbnail() : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfImGearThumbnailList.selectPreviousThumbnail(); |
This method selects the thumbnail previous to the one currently selected.
Note: When the selection mode is set to multi selection and if there are current multiple thumbnail selections, then these will be unselected and the index before the first in the previously selected group will be selected. If no thumbnail(s) are currently selected, then there would be no selection resulting from the call to this method.