I'm integrating the CKEditor in a WinForms application and I would like to know how can I:
- add a custom button and open a custom WinForms dialog
- call 'Cut', 'Copy', 'Paste' from code in order to integrate the commands with my application cut, copy and paste
- insert some HTML text at the position where the mouse cursor is placed
- enable the spell checker
there is any 'TextChanged' event in order to enable application save button?