Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getContentDiv Method
Returns html element which is used as container of all content panes.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getContentDiv() : {DomElement}; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebTab.getContentDiv(); |
Return Value
Reference to DIV html element.
See Also