8
votes
5answers
297 views

RichHTMLField value is not rendered in page

I have a custom page layout created, in which "PublishingWebControls:RichHtmlField" control is added with some default HTML value. When any page is created using the custom page layout created, page ...
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" ...
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? ...
5
votes
4answers
1k views

Using PublishingWebControls:RichHtmlField in application page

I'm trying to use a PublishingWebControls:RichHtmlField control in a custom application page inside SharePoint to use the built in SharePoint WYSIWYG editor. It's almost working but SharePoint has ...