Represents a WEBSPELLCHECKER Editable Controls instance. Extends the AppInstance with new API methods. Result of WEBSPELLCHECKER.init method.
- See:
Extends
Methods
openDialog()
Opens the proofreader dialog.
Example
var wscInstance = WEBSPELLCHECKER.getControlById('originalElementId');
wscInstance.openDialog();
openSettings()
Opens the proofreader settings.
Example
var wscInstance = WEBSPELLCHECKER.getControlById('originalElementId');
wscInstance.openSettings();