Hi all,
I have one teleric rad editor below this some buttons with text when the user click on those buttons the button text will be inserted into the rad editor where the cursor currently blinking through javascript only.
If you have any idea about this that is help full to me .
Regards,
M.Koteswara Rao.
Loading
Anand UchagawkarPosted Sep 26, 2011, 9:48 AM
At client side you can just use the below mentioned javascript code,
$find('<%=RadEditor1.ClientID%>').pasteHtml('text to insert @ the cursor position in the given Rad Editor');
Here RadEditor1 is the server side ID of the Rad Editor
Mark as answered, if Helpful.
.