This is a migrated thread and some comments may be shown as answers.

Rad Editor Image manager Path Problem

2 Answers 256 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Rama
Top achievements
Rank 1
Rama asked on 11 Feb 2012, 11:05 AM
Hello All,

I got a small requirement. I am using Rad Editor and it is working great.I want Image manager in that,If I give some sample folder,it is working good.

My requirement is,I want to load only some images into that Image Manger(of course,I can give only that images path). In my product,we have some customers and some properties.I want to display only that particular customer Images and properties(belongs to that customers) per one Login. we are storing images in a binary format. I can get Image Id's of the Images and by using the Image handler I can convert those images from binary data.

My questions regarding this requirement are:

1.Can Image Manager in the Rad Editor support with out folder( i.,Now I am using ViewPaths="~/Images",UploadPaths="~/Images", DeletePaths="~/Images" ). Can Rad Editor suitable for this requirement.If that is,Can you please help me?

2.I am designing some Email Templates with this where I need to bulk Image.If I want to send Emails with Images the domain Name in the Images must na to display them out site local host.Can It supports domain Path.

Eg:
http://www.smartrealtorsonline.com/CampaignHandler.ashx?MailingListId=some Guid

Please help me.

Thanks 
Rama.M 


 

														  
													  

2 Answers, 1 is accepted

Sort by
0
Rama
Top achievements
Rank 1
answered on 13 Feb 2012, 01:39 PM
Please help me to get out of this.I am waiting for the replay...
Thanks
Rama.M
0
Rumen
Telerik team
answered on 15 Feb 2012, 12:49 PM
Hi Rama,

Straight to the points:
1) You can try to implement your scenario by implementing your own custom FileBrowser DB content provider as shown in the following demo: Custom File Dialogs Content Provider.
2) You should enable the MakeUrlsAbsolute filter of RadEditor, e.g.

ContentFilters="DefaultFilters,MakeUrlsAbsolute"

or

RadEditor1.EnableFilter(Telerik.Web.UI.EditorFilters.MakeUrlsAbsolute);

It will make all src attributes in the editor content to have absolute URLs. You can test the MakeUrlsAbsolute filter in the Built-in Content Filters demo.

Kind regards,
Rumen
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Editor
Asked by
Rama
Top achievements
Rank 1
Answers by
Rama
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or