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.
0
votes
0answers
17 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
1answer
58 views
RichTextField vs NoteField class
I'm about to create a field called details so I was thinking to make it a NoteField then I discoverd RichTextField.
And I found out that RichTextField inherits from NoteField which is a text box for ...
1
vote
1answer
193 views
How to change the default font face and size in the text editor of the ribbon
Is it possible to change the default font face and size in the SharePoint 2010 Rich Text Editor Ribbon control? If so how?
Note: I need this to work throughout SharePoint, not just when changing ...
0
votes
1answer
278 views
Add new stlyes to Rich Text Editor ribbon in SP2013 Online
I'm working with the preview version of Office 365 at the moment and would like users to be able to select the Callout 2 option which was available in SP2010 and we've been using for particular ...
0
votes
1answer
74 views
maximum size of file attachments in rich text fields
When a custom list has a multi line text column which allows rich text, users have the possibility to add files to this rich text field (not as an attachment to the list item, but as attachments to ...
2
votes
2answers
273 views
Sending richText format in email (currently using SPUtility.sendemail)
I have a list field that contains hyperlinks and richtextformat. To send the emai I am using
Spweb web = spcontext.current.web;
StringDictionary headers = new StringDictionary();
...
2
votes
1answer
76 views
Remove languages from spell checker
What is the best way to hide or remove languages from the spell checker? I want to reduce the available languages down to only three entries.
1
vote
5answers
270 views
Enhanced rich text and Web Parts
In SharePoint 2010, when using SharePoint list and column type "multiple line of text" with Enhanced Rich Text option (which allows inserting images, html code etc.), how can I enable to allow ...
0
votes
0answers
63 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
1answer
206 views
Extra divs appearing in rich text editor
We're using the HTML Styles menu to give our content editors predefined headers to use when creating pages.
In order to allow them to remove formatting they have added, I've created a paragraph ...
1
vote
0answers
57 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 ...
0
votes
2answers
199 views
Workflow to copy data from a Rich Text Field to a Text Field (Multi-line)
I tried using a workflow that will copy data from a rich text field to a text field (with multi-line enabled) in a online-based infopath form but without success.
Are there other ways to do that?
0
votes
0answers
85 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 ...
2
votes
0answers
139 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 ...
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
523 views
What happened to multiple lines of text text format and append changes only settings?
I have created a document library. Next, I wanted to add a Multiple lines of text field and have Append changes only option selected. But, to my surprise, once I choose the field type, I was not ...
0
votes
1answer
649 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 ...
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 ...
0
votes
2answers
307 views
How to add programatically a RichtText field to a contenttype
THe following code throws me an exception,
System.ArgumentNullException: Key cannot be null. Parameter name: key at System.Collections.Hashtable.get_Item(Object key) at ...
1
vote
2answers
264 views
Created a custom image uploader for the Rich Text Editor, but how do I insert the image?
Some background: I have created a custom image uploader for my rich text editor. I feel like I have taken the functionality most of the way, currently it can:
Upload the image to another server
...
1
vote
1answer
212 views
Trying to make certain text colored in sharepoint column
I'm using Sharepoint 2007 and Infopath.
I've created a Document Library and populate the library using Infopath. the Library is used as a log.. users enter log entries using an infopath form which ...
1
vote
2answers
412 views
Remove all span tags from SharePoint 2010 Rich Text Editor (RTE)
I have users copying and pasting content from a webpage into a SharePoint 2010 RTE. Unbeknownst to them, they are also copying styles that the RTE converts to span tags. Upon paste, I'd like to ...
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
196 views
What do you call the menu that pop up after clicking the infopath rich text field & how to change the position?
In a web based infopath form for SharePoint (2007), whenever you click on a rich text field box, a menu will pop up showing a few icons that can help you to format the formatting of the text in your ...
3
votes
1answer
168 views
How to migrate c# application to Web Control to use in SharePoint application
I have created C# application which use Microsoft.SharePoint Namespace.
That Application let the user to select the wiki page and available anchors inside that wiki page.
Now I migrated that C# ...
0
votes
1answer
331 views
Rich text - add additional insert types to ribbon
We have a requirement to insert new types of custom objects (for the sake of discussion, let's say a video) into the rich text area:
How do we customize this part of the ribbon for the Rich Text ...
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 ...
3
votes
1answer
715 views
SharePoint RTE: How to attach to mousedown events (like bold, italic does)
When clicking on bold text in the RTE (rich text editor), magically the ribbon button for bold: get's activated.
The same happens for the other format option buttons you can see on the screenshot. I ...
1
vote
1answer
876 views
Text in Datasheet view defaults to black highlighting (can datasheet view be configured at all?)
I'm not overly experienced with Sharepoint, but usually my Google-fu is pretty good...until now. Office 2007, SP 2007, Win7/Vista environment, I am a subsite administrator. When viewing a ...
2
votes
2answers
415 views
Customize rich editor to allow <pre> tags?
In a WIKI site, I'd like to allow users to input <pre> tags.
My goal is to use a syntax highlighter to build a small KB for he IT team. How can I setup the rich editor to easily produces ...
3
votes
3answers
2k views
Rich Text fields in New Item Dialog - IE9
I had an issue with a number of things due to upgrading my web application's master page to utilize IE9 for HTML 5 and CSS 3 goodies. The problem is this breaks a LOT of things in SharePoint 2010.
...
1
vote
2answers
4k views
Change default font-size in Content Editor
I need to change the default font-size in Sharepoint 2010 Content Editor.
I've tried to set .ms-rte-wpbox {...} CSS property as suggested somewhere on web but it didn't work. Any help would be ...
-1
votes
3answers
169 views
get first 50 characters from richtextboxA to richtextboxB or textbox using visual webpart sharepoint 2010
I want to copy only first 5o characters from the richtextboxA to either a textbox or richtextboxB.... in a visual webpart ..the richtextboxA can have images,tables formating,html, blank spaces.. if it ...
0
votes
1answer
396 views
RichText Box in sharepoint 2010 visual webpart
I have a rich text box in share point 2010 visual web part...i want to get only first 2 lines of the rich text box..any suggestions?
i tried getting the line by using cRichtextbox.Lines but it throws ...
3
votes
1answer
464 views
Unneeded DIVs added to content
Why does SharePoint add the following to text entered into rich text fields of list items?
<div class="ExternalClass85AC900AB26A481DBDC8ADAE7A02F039"><p>....</p></div>
We've ...
2
votes
2answers
542 views
Rich Text Box in sharepoint 2010
I have a custom web part which is has a rich text box. When I add any text, tables, images, etc, they get saved in the list column with the data type rich text box. So when we have couple of ...
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 ...
0
votes
3answers
2k views
rich text to plain text
List consists from Title (Single line of text) and Content (Multiple lines of text - Enhanced rich text) columns.
I need to get snippet from Content column(~125 first symbols).
I've found that text ...
0
votes
1answer
210 views
Count Words For the SharePoint List Item
I need to count the words of SharePoint List Item. I have used code, but it shows me only 0 words though I type several words. When I used an alert for holdtextvalue it shows me blank value. Can ...
0
votes
1answer
276 views
Reusable content across site collection for rich text editor
Is it possible to have access to the root site collection's Reusable Content list in all its web sites? If not, how do you add the list to a web site? I'm trying to put some common UI elements in this ...
3
votes
1answer
1k views
Can you have lookup column to rich text field
Can a SharePoint 2010 lookup column point to a multi-line rich text field in another list? From what I'm reading, it can only see single-line text fields in the other list, which limits its use in our ...
2
votes
1answer
234 views
Customizing SharePoint 2010 MS RTE
I found this blog -- customizing rich text editor, but what I don't understand is the part where the author writes
Set the PrefixStyleSheet-Property of the RichHtmlField. The classname has to be ...
4
votes
1answer
564 views
How to add rich text content programmatically using Managed Client Object Model?
I am building a Silverlight application that interacts with SharePoint through Managed Client Object Model. One of the functionalities of the app is to update a list item field with rich text content. ...
1
vote
1answer
133 views
Can I promote a column from plain text to rich text?
If I have an existing list with a multiple-lines-of-text column, with data, can I promote that column to be rich text?
I had a look in powershell and see that there's a richtext = false flag but it ...
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
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 ...
0
votes
2answers
349 views
Upload Image in CEWP without Rad Editor (WSS 3.0)
I have a Project Web Access (WSS 3.0) site collection where I can't use the Telerik Rad Editor as a rich text editor (long story). My problem is that my users are accustomed to the Rad Editor's image ...
4
votes
1answer
436 views
How do I stop an InputFormTextBox from becoming read only when using an UpdatePanel?
I'm using update panels within a SharePoint 2010 form - I know update panels aren't the best thing to be using in the first place, but time is a issue on our project - and after a user triggers a ...
0
votes
0answers
262 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 ...
3
votes
1answer
117 views
How can I hide inline editing controls for a given security group?
Does anybody know of a way of hiding the 'Edit' and 'Delete' controls provided within inline editing to people within the Viewers group?