findChild Method
Gets reference to child element from its id. That method also will attempt to search for a child within iframe, if ContentUrl is set or if iframe is first child in pane.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function findChild(
: String
) : {DomElement}; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfLayoutPane.findChild(String); |
Reference to html element.