Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
find Method
Finds WebTextEditor by its client ID.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function find(
: String
) : WebTextEditor; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebTextEditor.find(String); |
Parameters
- clientID
- Client ID of the control to look for.
Return Value
Reference to the WebTextEditor control object that corresponds to specified client ID.
See Also