You can check the Custom Tools example which shows how to open a dialog and modify the window contents.
Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
How do I get a reference to the editor that contains the image button?
let's say I have 5 editors on the page and I put this function on my page. All 5 editors are going to now have their insert image functionality replaced with this function . However, I need to execute similiar functionality to what is already in place. I just want to be able to edit/maintain the pages/images/etc from a pop-up.
So, basically, i'm asking: Can you provide or point me in the right direction to mimic the current functionality of the insert image or insert html link but with all "new"code? (i.e. provide a copy of the existing code so that I can edit parts of it.