Version

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( 
   id : String
) : {DomElement};
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfLayoutPane.findChild(String);

Parameters

id
The id of html element to find. In case of template, that can be a partial value with which the id of child ends up.

Return Value

Reference to html element.
See Also