The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
300 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 ...
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 ...
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? ...
1
vote
1answer
52 views

String does not show html tags prior to output

I am taking a value from a string from a text column String str = myListItem[field name].toString() It many cases the field may contain html which i wish to remove but is somehow not visibly ...
0
votes
1answer
103 views

Remove Leading and Trailing Spaces from Rich Text Box using C# code

I am using a MultiLine Rich Text box in my custom list, now I want to remove leading and trailing spaces in the MultiLine Rich text box's input. I have written an List item event receiver with ...
0
votes
1answer
110 views

Sharepoint templates save/load content

I have a template with 3 RichHtmlFields. Each field requires a date range to specify a "go live" date for that content. Each field is also driven by geographical location. The scenario is entering ...
0
votes
1answer
138 views

Rich Text Editor does not open on all pages in Sharepoint 2007

When I go in edit pages in Sharepoint 2007 some pages allow me to use Rich Text Editor and some don't. On the pages that don't, a small yelow traingle with an exclamation point in it appears in the ...
1
vote
0answers
78 views

SharePoint interact with Rich HTML editor using javascript

Is there any way to manipulate the editor content by using JavaScript? My ultimate goal is to allow user to click a button on ribbon bar, and JS will help to insert some predefined template html into ...
1
vote
0answers
194 views

Customizing richtextbox from formfield

This applies to SharePoint 2010. I have a requirement where users can only use a very specific set of "styles" when creating their content for SharePoint lists. As the "styles" ribbon button does not ...
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
23 views

Display html from markup stored in a column

i am getting html markup from a column in a database , which i am storing in publishing html column of the page , initially i though that just by dropping the page field control of that column will ...
0
votes
0answers
25 views

InputFormTextBox not rendering toolbar icons

I am using InputFormTextBox control from Sharepoint 2010. The problem I am facing is that it is not rendering background images of toolbar icons. ![screen shot of InputFormTextBox where toolbar icons ...