ASPxClientSpellChecker.CheckElementsInContainerById(containerId) Method
Starts checking the contents of controls in the specified container.
Declaration
CheckElementsInContainerById(
containerId: string
): void
Parameters
Name | Type | Description |
---|---|---|
containerId | string | A string, specifying the control’s identifier. |
Remarks
Checks contents of all elements within a specified container.
To avoid checking a control, you should handle the client-side ASPxClientSpellChecker.BeforeCheck event, analyze the ASPxClientSpellCheckerBeforeCheckEventArgs.controlId parameter and set the e.Cancel parameter to true
for the desired control.
See Also