Paras
Paras

Reputation: 3067

Inserting text into ckeditor

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

Answers (1)

AlfonsoML
AlfonsoML

Reputation: 12740

Use the insertHtml API call.

Upvotes: 1

Related Questions