Hi,
I wanted to extend the rad editor in 2 ways.
The first thing I wanted to do is change the way files are fetched and stored when using the Imagemanger. Doing this was relatively easy by writing my own FileBrowserContentProvider.
The second thing I wanted add was the possibility for users to select a page within the website in a popup, the result should be a propper URL to the page they selected. I tried to do this by following the tutorial here but i get stuck. I'm able to add the button to the toolbar but i can't get the dialog to show up.
I'm extending the rad Editor in a custom control:
[ToolboxData("<{0}:cRadEditor runat=server></{0}:cRadEditor>")]
public class cRadEditor : RadEditor
My problem is that i don't know where to add the code that you put in the page_load of the webpage (in point 4 of the tutorial).
Creating the .ascx dialog shouldn't be a problem.
Anyone having an idea how i should solve this problem?
I wanted to extend the rad editor in 2 ways.
The first thing I wanted to do is change the way files are fetched and stored when using the Imagemanger. Doing this was relatively easy by writing my own FileBrowserContentProvider.
The second thing I wanted add was the possibility for users to select a page within the website in a popup, the result should be a propper URL to the page they selected. I tried to do this by following the tutorial here but i get stuck. I'm able to add the button to the toolbar but i can't get the dialog to show up.
I'm extending the rad Editor in a custom control:
[ToolboxData("<{0}:cRadEditor runat=server></{0}:cRadEditor>")]
public class cRadEditor : RadEditor
My problem is that i don't know where to add the code that you put in the page_load of the webpage (in point 4 of the tutorial).
Creating the .ascx dialog shouldn't be a problem.
Anyone having an idea how i should solve this problem?