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

MOSS RadEditor Image manager custom settings

10 Answers 202 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Sohail
Top achievements
Rank 1
Sohail asked on 23 Dec 2008, 02:43 PM
Hi everyone
                   Is it possible to filter the images list to only approved images? By default the image manager shows all the images in the

images document library in MOSS 2007. Can we limit this list by using some query for example  " select only the approved items from

the images list  ". I am using the MossRadEditor in code behind in a web part.

Regards
Sohail

10 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 29 Dec 2008, 12:13 PM
Hi Sohail,

SharePoint 2007 works with impersonation, so all operations with RadEditor will be performed with the credentials of the currently logged in user. This includes the ImageManager dialogue. If you try to limit the reading rights for the unapproved images, they will not appear in the ImageManager list.


Sincerely yours,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Sohail
Top achievements
Rank 1
answered on 29 Dec 2008, 12:57 PM
Hi Stanimir
                Thanks for your reply. This behaviour of MOSS Editor is very cool.  I got a few questions from you.
1)   Is there any way to customize the Image Manager toolbar. I do not want to display Upload, delete and Image editor buttons.

2)  Can i show the "ALT image text from a field in the sharepoint list"  to  Image Alt Text textbox? I have stored all the Alt texts in a sharepoint list and i want to display them in the Image Alt textbox (in the Image Manager) if possible?


Kind regards

sohail
0
Sohail
Top achievements
Rank 1
answered on 29 Dec 2008, 01:27 PM
Sorry i forgot to post the third question

3) Is it possible to hide the Alt image text box ?  i need this if we can not get Alt text value from the sharepoint list.

Thanks

Sohail
0
Stanimir
Telerik team
answered on 31 Dec 2008, 08:51 AM
Hi Sohail,

Here are a couple of articles that you might find useful on the matter.
1. In our online help: ExternalDialogsPath property
2. In our online knowledge base Using the Image and Document managers outside RadEditor

I hope this helps.


Best wishes,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Sohail
Top achievements
Rank 1
answered on 31 Dec 2008, 10:55 AM
Hi Stanimir 
  Thanks for your reply. Yes the articles are helpful but i could not find the location of EditorDialogs folder. I am using the

MOSSRadEditor in the code behind using RadEditorsharepoint.dll . I have checked the 12 hive sharepoint folder and the

c:\windows/telerik but no luck.  even i have checked the installation files i could not find it even in there.

Can you please let me know where it exists?

Regards
0
Stanimir
Telerik team
answered on 31 Dec 2008, 11:06 AM
Hello Sohail,

Download the Free trial version of RadControls for ASP.NET AJAX http://www.telerik.com/account/free-trials.aspx. You will find EditorDialogs folder in Telerik.Web.UI_2008_3_1125_trial.zip.

I hope this helps.


Best wishes,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Sohail
Top achievements
Rank 1
answered on 02 Jan 2009, 03:16 PM
Thanks Stanimir 
                        This all worked.

Sohail
0
Sohail Sarwar
Top achievements
Rank 1
answered on 19 Apr 2010, 12:26 PM
Hi
 The Tererik Editor removes the <P> tag if there is only one paragraph in the editor. If i remove the content filers by setting <property name="ContentFilters">None</property> this fixes the issue but on the web pages some of the P tags merge. Very strange!. Any help will be appreciated

Sohail
0
Stanimir
Telerik team
answered on 20 Apr 2010, 01:43 PM
Hello Sohail,

Could you provide us with some sample HTML code and a step by step scenario of how to reproduce the issue?

Thank you.


Sincerely yours,
Stanimir
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.
0
Sohail Sarwar
Top achievements
Rank 1
answered on 20 Apr 2010, 02:00 PM
Sorry Stanmir

                    I have posted this issue in a new forum and you suggested me to to use
<property name="ContentFilters">RemoveScripts,MakeUrlsAbsolute,FixUlBoldItalic,IECleanAnchors,MozEmStrong,ConvertFontToSpan,ConvertToXhtml,IndentHTMLContent
</property>

That has fixed the problem. Infact the <P> tag was disappearing and i disabled the contentfilter " FixEnclosingP ", which fixed this issue.

Thanks a lot for your help

Sohail
Tags
WebParts for SharePoint
Asked by
Sohail
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Sohail
Top achievements
Rank 1
Sohail Sarwar
Top achievements
Rank 1
Share this question
or