Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
findChild Method
Find html element which id ends-up with "id".
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function findChild(
: String
) : {DomElement}; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebDialogWindow.findChild(String); |
Parameters
- id
- The trailing part of id of element to search for.
Return Value
Reference to html element or null.