Represents a WEBSPELLCHECKER Editable Controls instance. Extends the AppInstance with new API methods. Result of WEBSPELLCHECKER.init method.
- See:
Extends
Methods
openAssistantDialog()
Opens the AI writing assistant dialog.
Example
var wscInstance = WEBSPELLCHECKER.getControlById('originalElementId');
wscInstance.openAssistantDialog();
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();