You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

792 B

Command Description
tc-delete-conversation-at-cursor Attempts to delete the comment at the current cursor position. A confirmation dialog will be shown prior to deletion.
tc-try-delete-all-conversations Attempts to delete all comments in the editor. A confirmation dialog will be shown prior to deletion.

Examples

tinymce.activeEditor.execCommand('tc-delete-conversation-at-cursor');
tinymce.activeEditor.execCommand('tc-try-delete-all-conversations');