Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getThumbElem Method
Gets reference to IMG or DIV html element which renders main or secondary thumb.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getThumbElem(
: Number
) : {DomElement}; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebSlider.getThumbElem(Number); |
Parameters
- id
- Use 0 or null to get main thumb, use 1 to get secondary thumb.
Return Value
Reference to html element. If thumb is invisible, then DIV is returned, otherwise,- IMG.