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

StripAbsoluteImagesPaths does not work in the 4.4.1.0 version

2 Answers 48 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
rachna
Top achievements
Rank 1
rachna asked on 09 May 2008, 08:04 PM
hello
I have read various posts on this subject in your forums.
I have version 4.4.1.0 of the editor for MOSS. The StripAbsoluteImagesPaths property has been set to false in the ListConfigFile.xml file and the ConfigFile.xml files as seen below. Note, I cannot set this property on the aspx page since it wont render in design time in the sharepoint designer.
Also note that it is picking up the other properties in this file since I changed the width and that takes effect on the page. Which means the file is being read.
However, the xhtml returned from the editor at runtime still has the url paths relative. If I view the content in xhtml mode, the path's are not stripped. But as soon as the content is retrieved, the paths are stripped.

Is this a bug? If so, which version of the editor do I need in order to use this property in teh config file?
If it is not a bug, what do u suppose is going on?


<configuration>
  <property name="ConvertToXhtml">true</property>
  <property name="EnableDocking">False</property>
  <property name="ShowPreviewMode">False</property>
  <property name="StripAbsoluteAnchorPaths">False</property>
  <property name="StripAbsoluteImagesPaths">False</property>
  <property name="Height">240px</property>
  <property name="Width">1000px</property>
  <property name="Skin">Default2006</property>
</configuration>


Thanks

Rachna Khune
SDE II
Microsoft

2 Answers, 1 is accepted

Sort by
0
rachna
Top achievements
Rank 1
answered on 14 May 2008, 09:44 PM
I have'nt seen a feedback from telerik on this.
Do you guys have any workarounds for this behavior? I am still seeing the same issue and the property, although set to false, strips the url's in the image src attributes.

thanks
0
George
Telerik team
answered on 15 May 2008, 10:39 AM
Hi Rachna,


I tested the scenario using the latest version of RadEditor for MOSS and everything worked fine. Please update to the latest version and test the scenario.

For convenience I attached it.

Sincerely,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
WebParts for SharePoint
Asked by
rachna
Top achievements
Rank 1
Answers by
rachna
Top achievements
Rank 1
George
Telerik team
Share this question
or