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

RadTool Content and SPD workflow Email action

1 Answer 21 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Henry
Top achievements
Rank 1
Henry asked on 20 Feb 2009, 07:21 PM
Hello,

I have a Sharepoint Designer (SPD) workflow set up that send an Email. The content of the email does a lookup to a column that use the RadTools Editor in list. The content that get pulls out always add an additional line break to the content. For example: in the columen I have:

Hello <br> World!

In the E-mail that I receive, I will get:

Hello <br><br> World!

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 24 Feb 2009, 09:58 AM
Hello,

Use the RadEditor's HTML mode to see exactly what content is submitted to the server. We do not alter the content on the server in any way so what you see in HTML mode is what the editor tries to save in the column. If the extra <br> element is present in HTML mode, try removing it manually and see if that helps. You can also try setting the editor's NewLineBr property to false (from the editor configuration file). This should instruct the editor to use more paragraph <p> tags instead of <br>.

If the extra brake is not present in the HTML mode, then it is probably added after the content has been saved. Since we have no control over the content after it leaves the editor, we cannot offer you a usable workaround in this case.

All the best,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
Henry
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or