Tagged Questions
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 ...
3
votes
1answer
91 views
Add PrefixStyleSheet property to SharePoint 2010 Wiki editor?
I am looking for a way to control the rich text options availabe in the new SharePoint 2010 wiki sites - not the Enterprise Wikis, but the new wiki format that is the default team site template.
On ...
0
votes
1answer
27 views
How would I rebuild something like ReusableContent?
What I'd love to do:
In a RichHtmlField of a publishing Page
click "insert" in the ribbon, then "Foo"
This let's me select from a list of "Foos"
and inserts something that is not "contenteditable" ...
1
vote
1answer
110 views
RichHtmlField: Using :first-of-type (and other pseudo-classes) causes blank entries in Markup Styles menu
I've set up a RichHtmlField like so:
<PublishingWebControls:RichHtmlField PrefixStyleSheet="sbg" id="SomethingUseful" FieldName="SomethingUseful" HasInitialFocus="False" MinimumEditHeight="200px" ...
3
votes
1answer
323 views
Diffferent methods of retreving site column values
I'm wondering if there are any differences between retrieving value of a site column (RichHtmlField) via PublishingWebControls:RichHtmlField vs getting its value via Container.DataItem?
...
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 ...
2
votes
2answers
414 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 ...
5
votes
2answers
373 views
PrefixStyleSheet killing dropdowns on the “Picture Tools” tab?
I have a RichHtmlField where I am trying to limit what styles users can apply. I've run into an issue where when I set the PrefixStyleSheet property it disables all of the dropdowns in my "Picture ...