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

Difference between Lite and Full

6 Answers 108 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
rover9
Top achievements
Rank 1
rover9 asked on 06 Nov 2007, 02:40 PM
Hello,

I just upgraded to the trial version of the full/premium RadEditor, but I cannot see any difference?

Is "Upload image" in the image manager supposed to work in the full version?

Stian

6 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 06 Nov 2007, 03:28 PM
Hello Stian,

Indeed, RadEditor Lite and the standard RadEditor for MOSS are no different in their default setup. The standard RadEditor however, provides you with the opportunity to add additional tools (via ToolsFile.xml) that are missing in the Lite version and to fully take advantage of all the feature RadEditor offers. More information on the subject is available in the How-To section of the documentation (online version).

In addition you can also check the following comparison sheet:
http://www.telerik.com/documents/RadEditorMOSS_Feature_Comparison.pdf





Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
rover9
Top achievements
Rank 1
answered on 06 Nov 2007, 04:03 PM
Thanks for your quick reply. I'm trying to enable uploading of images using the instructions from the online help:
http://www.telerik.com/help/aspnet/editor/UploadingImagesToTheServer.html

But I get this error:
Parser Error Message: Unknown server tag 'rade:radeditor'.

Where am I supposed to insert the ASCX snippet? I have tried the ImageManager.ascx but then I get the mentioned error message when I cklick on the image manager icon.
0
Georgi Tunev
Telerik team
answered on 07 Nov 2007, 04:39 PM
Hi Stian,

The help resource that you are referring to is for RadEditor for ASP.NET, not RadWindow. Indeed, some of the articles there can be applied to RadEditor for MOSS, however you will need to install RadEditor for MOSS first by following the instructions in the Installation and deployment section of the RadEditor for MOSS documentation.

As for enabling the image uploading, if the user has the appropriate permissions over a library, he will be able to upload in that library - RadEditor for MOSS' FileBrowser uses MOSS' security mechanism to enable the corresponding folders for the users.


Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
rover9
Top achievements
Rank 1
answered on 08 Nov 2007, 09:31 AM
Hi Georgi,

I'm a bit puzzled by your reply, this thread has always been about RadEditor for MOSS Full (trial version), I'm not sure what RadWindow is?

Are you saying that no code or configuration change is neccessary to enable the Upload tab? If so, how does it know which library to use? I thought that was the purpose of this code snippet:

<radE:RadEditor id="RadEditor1" Editable="true" Runat="server"
   
ImagesPaths="~/Images"
   
UploadImagesPaths="~/Images"
   
DeleteImagesPaths="~/Images">
</
radE:RadEditor>

Please point me to where I can find some documentation on how to enable the upload tab in radEditor if this link I used in the previous tab is not correct.
0
Rumen
Telerik team
answered on 11 Nov 2007, 12:37 PM
Hi Stian,

It seems that George has mislead you a bit! I believe that he wanted to write RadEditor for MOSS, instead of RadWindow.

Nevertheless, please, review the following help article which provides guidance how to set the ImagesPaths property of RadEditor for MOSS: Setting Properties Via Config File.

To enable the upload tam in the Image Manager you should set also the UploadImagesPaths property as it is shown below:

<property name="UploadImagesPaths">
<item>SiteCollectionImages</item>
</property>


Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
rover9
Top achievements
Rank 1
answered on 13 Nov 2007, 02:29 PM
Thanks, that did the trick
Tags
WebParts for SharePoint
Asked by
rover9
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
rover9
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or