Danny
Posted
on Jun 2, 2012
(permalink)
I have setup a page with rad editor. I have a related a customer combo box on the menu on the rad editor. I have not put any code or anything being the custom dropdow box. Basically, what I want to do is, any time an item is selected from the combo, the contents of the combo are inserted into the rad editor. The important part is, the contents are inserted into the place of the cursor.
Reply
Answer
Shinu
MVP
Posted
on Jun 5, 2012
(permalink)
Hi Danny,
Try the following code snippet to achieve your scenario.
ASPX:
JS:
Thanks,
Shinu.
Reply
Danny
Posted
on Jul 3, 2012
(permalink)
Thank you very much. This works great!
Reply