Reputation: 3067
I need to insert a text into ckeditor in the exact place where my cursor is positioned on a button click. How can I do that? I m using ckeditor in asp.net. Thank you.
Upvotes: 0
Views: 523
Reputation: 12740
Use the insertHtml API call.
Upvotes: 1