Hi All,
I am using RadControl Q1 2009 control.
I am using RadEditor, and radTreeview control.
I want to drop the theeview node to radeditor on selected position.
In currently it drop the data on to first line of rad editor.
But i want to drop it on selected cursor position.
How can i dow this?
My code for droping is below.
Thanks,
I am using RadControl Q1 2009 control.
I am using RadEditor, and radTreeview control.
I want to drop the theeview node to radeditor on selected position.
In currently it drop the data on to first line of rad editor.
But i want to drop it on selected cursor position.
How can i dow this?
My code for droping is below.
| function OnClientNodeDropping(sender, args) | ||||||||||
| { | ||||||||||
| var editor = $find("<%=RadEditor1.ClientID%>"); | ||||||||||
| editor.setFocus(); | ||||||||||
| editor.pasteHtml("test"); | ||||||||||
| } I have tried the the one more code
But it also not work it gives error as '"Incompatible markup pointers for this opertion' |
||||||||||
Thanks,
