ASPxClientSpellChecker.CheckElementById(id) Method
Starts checking contents of the specified element.
Declaration
CheckElementById(
id: string
): void
Parameters
Name | Type | Description |
---|---|---|
id | string | A string representing the identifier of the element being checked. |
See Also