Sys.Application $find Method
Provides a shortcut to the findComponent method of the Sys.Application class. This member is static and can be invoked without creating an instance of the class.
var o = $find(id, parent);
A Component object that contains the component with the specified ID, if found; otherwise, null.
For details about the method that this shortcut represents, see Sys.Application.findComponent Method.
Show: