Hi,
I am using CuteEditor5.3 with asp.net2.0. I have created one custom button. When the user clicks the button, I have to customize the html tags without the knowledge of the user.
For ex, when the user clicks our custom button with some selected text in the editor, i have to set the target of the <a href> with the user selected text like, <a href target="user entered id". How can i achieve it?
Regards,
Raja