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