Tagged Questions

The Content Editor Web Part (CEWP) is an out-of-the-box SharePoint web part that allows users to enter rich HTML content.

learn more… | top users | synonyms

2
votes
2answers
10k views

Removing scrollbars from Content Editor/Page Viewer Webpart

I am trying to display an HTML page inside another SharePoint webpart page. I used the Out-of-the-box page viewer webpart, but the page viewer webpart displays a disabled scrollbar inside it. I also ...
1
vote
0answers
41 views

sort an RSS feed in SharePoint CEWP

need to sort an rss feed alphabetically with javascript. All I get is the tope 'view positions link' the debugger gives me this error: SCRIPT5007: Unable to get value of the property 'toLowerCase': ...
1
vote
0answers
399 views

How to leverage Custom Styles & Markup Styles in the SharePoint 2010 CEWP (100% JavaScript Solution)

In short, with a RichHtmlField we can customize which Styles & Markup Styles appear in the drop down lists on the Ribbon. Using an OOTB Content Editor Web Part we cannot. After interrogating / ...
1
vote
0answers
169 views

Using JQuery to enlarge the text input boxes in Sharepoint 2007 Blog forms

I have a site set up as a Blog Template. I want to use JQuery to expand the size of the text boxes for blog posts in both Viewing and Edit mode (and new mode). Viewing mode is easy. I edited ...
1
vote
2answers
537 views

Text replace with Jquery

I have to replace Text inside HTML. When I looked ViewSource of the page I found this html tag. Now I need to replace text "Respuesta" with "Responder". I am using SharePoint CEWP webpart for this. ...
0
votes
0answers
90 views

Hide People Picker fields in SharePoint Designer 2010

I am trying to use some custom javascript in a CEWP to hide and show some fields when a dropdown value is selected. I have managed to hide the TextBox ("Your Name") but cannot hide the "Select Name" ...
0
votes
0answers
356 views

Does the Content-Editor-WebPart support multiple languages?

Hallo, in SharePoint 2010 it is possible to mark the content of the Content-Editor-Web-Part Markup Use these tools to insert specific HTML elements into the content. You can select a ...
0
votes
1answer
732 views

dynamically insert javascript into <head> tag

I am using CEWP (webpart) and putting this code in there. But this code is not going inside <head> tag. I need to insert this code in <head> tag, <script ...
0
votes
1answer
735 views

SharePoint 2007 popup rich text editor displays corporate logo from master page - how can I remove this?

I am currently having problems with attempting to style the HTML rich text editor in our MOSS 2007 site definition. I have specified a corporate logo inline on a custom master page in the body tag as ...