Tagged Questions
0
votes
0answers
22 views
Configure Upload to Dropdown of Rich Text box in Sharepoint list
I have a list with a column of type rich text box.
While Adding an item to the list, if i attch a file to rich text box(select rich text box and select insert tab), It gives me two options.
1.) ...
0
votes
0answers
29 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 ...
1
vote
1answer
313 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 ...
1
vote
1answer
529 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
2answers
332 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
289 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
2answers
427 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 ...
0
votes
1answer
341 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 ...
3
votes
1answer
753 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 ...
2
votes
2answers
430 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 ...
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 ...
0
votes
0answers
265 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 ...
1
vote
1answer
506 views
Changing page layout across site collections?
I'm trying to customize the OOTB Markup Styles in the Ribbon in SP2010 for the Rich Text Editor. I've found some documentation about the process, and one of the first steps is to add a ...
2
votes
2answers
380 views
Disabling/bypassing Rich Text Editor validation
I've implemented a custom ribbon button/dialog to insert a link to a document contained in a third party DMS. The DMS client installs a protocol handler that allows the use of links such as the ...