...
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
editor: SynapEditor,
eventType: 'afterEdit',
actionName: 'insertText', // edit action name
cancelable: false,
returnValue: null
} |
...
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
editor: SynapEditor,
eventType: 'afterEdit',
actionName: 'insertText', // edit action name
cancelable: false,
returnValue: null
} |
...