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

Need RADEditor for MOSS 2007 trail Version(With full version)

7 Answers 267 Views
Editor
This is a migrated thread and some comments may be shown as answers.
sham
Top achievements
Rank 1
sham asked on 15 Dec 2010, 10:55 AM
Hello,
  I need to download  trail version of RadEditior for MOSS 2007 ,with full  feature(superscript,subscript,print etc).
  I gone through the forum and found that, it comes in a zip file,and can further extracted to get WSP file.

 From where i can find the file?
Thanks in advance.

Regards,
Shambhu

 

7 Answers, 1 is accepted

Sort by
0
sham
Top achievements
Rank 1
answered on 15 Dec 2010, 10:59 AM
*RadEditor trail version for MOSS 2007 with full feature.
0
Rumen
Telerik team
answered on 15 Dec 2010, 12:45 PM
Hello Sham,

Please, see the following video, which shows the location of the trial installation of RadEditor for MOSS 2007 in your account: http://screencast.com/t/gKWeFJ7sk8e.

Best regards,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
sham
Top achievements
Rank 1
answered on 22 Dec 2010, 06:34 AM
Thanks. Now i am able to download and deploy the solution.

 RadEditor is not working asexpected.
  • I am not able to see the options, which were present in RadEditor lite version.(See attachment : radeditor_comparision.jpg)
  • Also  i found different folder structure(on file system) for radeditor's trail version compared to lite version.(see attachment : radeditor_folderstructure.jpg).

Could you please guide me  to configure the RadEditor(trail version).


Regards,
Shambhu
0
Lini
Telerik team
answered on 22 Dec 2010, 09:30 AM
Hi Shambhu,

From the screenshots you sent we can see that you have enabled the accessibility support of the new version of RadEditor. Starting with version 5.84 (Q3 2010), the RadEditor for SharePoint offers an accessibility mode with reduced functionality to allow blind or partially sighted people to author content. To see all features of the editor, you should disable the accessibility feature from the site features page. This will show you all the tools.



Kind regards,
Lini
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
sham
Top achievements
Rank 1
answered on 22 Dec 2010, 12:22 PM
Thanks a  lot.
0
sham
Top achievements
Rank 1
answered on 06 Jan 2011, 12:51 PM
Hello,
We are almost done with  testing  RadEditor in our dev environment ,Thanks all for your support.

We are  facing just  two problems now.

1. N
eed to increase height of the textbox of radeditor.( Refer :SetHeightofEditor.PNG).
      I have set the height and width through ListConfigFile.XML ,but defing height is not reflecting in the GUI,but ok with Width.
ListConfigFile.XML
  
<?xml version="1.0" encoding="utf-8" ?>
  
<configuration>
  
  <!--for image manager-->
  <property name="ImagesPaths">
    <item>/ImageLibrary</item>
    <!--<item>CurrentSiteLibraries/ImageLibrary</item>-->
  </property>
  
  <property name="ImagesFilters">
    <item>*.jpg</item>
    <item>*.gif</item>
    <item>*.png</item>
    <item>*.bmp</item>
    <item>*.jpeg</item>
  </property>
  <property name="MaxImageSize">1048576</property>
  <!--for image manager end -->
  
    <property name="EditModes">Design,Html</property>
    <property name="Height">560px</property>
    <property name="Width">560px</property>
     
</configuration>

ListToolsFile.XML
  
<root>
  <tools name="Additional ToolBar" enabled="true">
    <tool name="RealFontSize"/>
    <tool name="ToggleScreenMode" shortcut="F11"/>
  </tools>
  <tools name="MainToolbar" enabled="true">
    <tool  name="ConvertToUpper" />
    <tool name="ConvertToLower" />
    <tool name="FormatCodeBlock" />
    <tool name="ToggleTableBorder" />
    <tool name="FindAndReplace" shortcut="CTRL+F"/>
    <tool name="AjaxSpellCheck" />
    <tool name="Cut" />
    <tool name="Copy" />
    <tool name="Paste" />
    <tool name="PasteFromWord" />
    <tool name="PasteFromWordNoFontsNoSizes"/>
    <tool name="PastePlainText" />
    <tool name="PasteHtml" />
    <tool name="PasteAsHtml"  />
    <tool separator="true"/>
    <tool name="Undo" />
    <tool name="Redo" />
    <tool name="FormatStripper" />
    <tool name="ImageManager" />
    <tool name="AbsolutePosition" />
    </tools>
  <tools name="EnhancedToolbarA" enabled="true">
    <tool name="InsertTable" />
    <tool name="ToggleTableBorder" />
    <tool name="InsertSnippet" />
    <tool name="InsertLink" />
    <tool name="Unlink" shortcut="CTRL+SHIFT+K"/>
    <tool separator="true" />
    <tool name="InsertSymbol" />
    <tool name="InsertCustomLink"/>
    <tool name="InsertParagraph" />
    <tool name="FormatBlock"/>
    <tool name="Outdent" />
    <tool name="Indent" />
    <tool name="JustifyLeft" />
    <tool name="JustifyCenter" />
    <tool name="JustifyRight" />
  </tools>
  <tools name="EnhancedToolbarB" enabled="true">
      
    <tool name="InsertUnorderedList" />
    <tool name="InsertOrderedList" />
    <tool name="SplitCell" />
    <tool name="MergeColumns" />
    <tool separator="true" />
    <tool name="MOSSInsertTable" />
    <tool name="MOSSInsertTableElement">
      <tool name="InsertRowAbove" />
      <tool name="InsertRowBelow" />
      <tool name="InsertColumnLeft" />
      <tool name="InsertColumnRight" />
    </tool>
    <tool name="MOSSDeleteTableElement">
      <tool name="DeleteRow" />
      <tool name="DeleteColumn" />
    </tool>
     
  </tools>
  <tools name="BasicToolbar" enable="true">
    <tool name="Bold" shortcut="CTRL+B" />
    <tool name="Italic" shortcut="CTRL+I" />
    <tool name="Underline" shortcut="CTRL+U" />
    <tool name="StrikeThrough" />
    <tool name="Superscript" />
    <tool name="Subscript" />
    <tool name="FontName" />
    <tool name="FontSize" />
    <tool name="ForeColor" />
    <tool name="BackColor" />
  </tools>
  <contextMenus>
    <contextMenu forElement="*">
      <tool name="Cut"/>
      <tool name="Copy"/>
      <tool name="Paste"/>
    </contextMenu>
  </contextMenus>
</root>


2. Look and feel of Toolbars are not compatible with IE(7) but ok with firefox (Refer : FirefoxView.PNG ,InternetExplorerView.PNG)

I am only configuring two files to use RadEditor (ListCofigFile.XML and ListToolsFile.XML ).
Do i need to config these files also
  • AccessibleToolsFile.xml
  • ConfigFile.xml
  • ToolsFile.xml 

Also, Could you please help me to figure out licensing type and cost for RadEditor for MOSS with full feature(only RadEditor ,not all controls).

Regrds,
Shambhu

0
Lini
Telerik team
answered on 07 Jan 2011, 03:57 PM
Hello,

The RadEditor for MOSS is not sold separately. It is part of the RadControls for ASP.NET AJAX product, which is what you need to purchase in order to get a license for the MOSS version. The AccessibleToolsFile.xml, ConfigFile.xml, and ToolsFile.xml are used when the editor is in a WCM field. In your case the editor seems to be in a list, so you only need to work with the List* configuration files.

The 5.8.5 version of the editor looks OK with the configuration files you sent in IE 7 on our side (see attached screenshot). Note that the size also seems correct (560px). Have you set any special settings in your list? The editor size is first calculated using the rows and columns setting for the list column. The ListConfigFile.xml size should override that, but in your case this might not be working as expected. Try setting a larger value for the rows value of the rich text list column and see if things change.

Finally, the IE 7 toolbar problem might be caused by the browser zoom level being different from 100%. Try setting the browser zoom level to the default (Ctrl+0) and see if the editor will look OK.

Regards,
Lini
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
sham
Top achievements
Rank 1
Answers by
sham
Top achievements
Rank 1
Rumen
Telerik team
Lini
Telerik team
Share this question
or