The Rich Text Format (often abbreviated RTF) is a proprietary document file format with published specification developed by Microsoft Corporation since 1987 for Microsoft products and for cross-platform document interchange.
1
vote
2answers
2k views
How to insert javascript HTML code into Multi line Sharepoint 2007 text field
I have a Javascript variable that contain HTML code as follows:
<DIV>Hello World<BR>Welcome to SharePoint Stack Exchange</DIV>
So, how do I insert it into the SharePoint 2007 ...
3
votes
1answer
199 views
Change default font in rich text field
Using Sharepoint 2010 Foundation I got a list with a field that is Multiple lines of text/Enhanced rich text. I want to change the default font and font-size for this field (and other rich text ...
3
votes
1answer
1k views
New Line Character in Rich Text Box with InfoPath 2010
I have a rich text box in an InfoPath 2010 form (will be used in the browser) that I want to have some default text similar to:
Text A:
Text B:
Tried a few methods around use an XML resource file ...
1
vote
1answer
96 views
Inserting ordered or unordered lists in custom rich text editor breaks the dom
I have a div that is part of a custom web part. Once a user clicks an edit-button I want the div to turn into a rich text field to allow the user to edit the contents as they would edit any rich text ...
1
vote
1answer
1k views
How to edit HTML of a rich text field with an InfoPath edit form?
When a list has it's edit form/s managed by InfoPath, all ability to edit the HTML of enhanced rich text fields is lost. The feature explained at How do I edit the HTML source of a rich text column? ...
0
votes
1answer
658 views
Why aren't the editing tools available when I am editing a “Multiple lines of text” field allowing rich text?
I have a site column set as "Multiple lines of text" and, under "Specify the type of text to allow:", "Enhanced rich text" is selected. When In the "Edit Properties" dialog, placing my cursor in the ...
2
votes
0answers
142 views
Return a rich text managed property in search results
I am working with a custom list in Sharepoint 2010. The list has nine custom columns, some of which are rich text. I've mapped these custom columns to managed properties so that I can return them ...
2
votes
0answers
174 views
Alternative to hook into RTE javascript
I'm looking to add some logic when a HTML element (input, button, .. but no regular text) is clicked inside the RTE control on a publishing page. One of the solutions I've been thinking about is ...
1
vote
0answers
58 views
Rich Text Comparison in Sharepoint List 2010
I want to compare two rich text fields in sharepoint list form. And also highlight the difference between the textfields data. Is it possible to do this with Sharepoint Designer 2010 itself? or else ...
1
vote
0answers
154 views
Is there a way to wrap text editor content with html tags?
I'm trying to implement syntax highlighter in SharePoint and have it working, but want to be able to use it in a list using a multi-text field. I would like to wrap the text that I paste into the ...
0
votes
0answers
19 views
cannot adjust horizontal spacing of image in enhanced rich text editor
This is sp2010. I have a list. The list has a field defined as Multiple lines of text > Enhanced Rich Text. This works fine, with the typical rich text editor controls. The problem du jour is applying ...
0
votes
0answers
66 views
How to get / set rich text box length (No of lines) in sharepoint list using javascript
I have a rich text filed in my sharepoint list. how to get / set rich text box length (No of lines) in sharepoint list using javascript
0
votes
0answers
86 views
Using workflow to change the XHTML Rich text box content by extracting data from a List
I have a list that contain a field (which is of type 'Multiple lines of text' textbox).
On the other side, I have a online Infopath form that contain a Rich text box (of type: XHTML).
May I know how ...
0
votes
0answers
263 views
Are there any solutions to the SharePoint 2010 wiki editor being glitchy?
Has anyone else experienced incredibly poor behaviour in SharePoint 2010's wiki editor?
3 Main issues:
Select a word, and type over it: Selection is not overwriten
Type '[[' mid sentence, and the ...