You can use the Content Editor Web Part to add formatted text, tables, hyperlinks, and images to a Web Part Page.
6
votes
2answers
548 views
Can I Use SharePoint's Web Services to Edit a Content Editor Web Part?
Is it possible for me to change both the properties & the HTML of a content editor web part on a publishing page using SharePoint 2010's web services? If so, would you mind pointing me in the ...
6
votes
1answer
290 views
Multicast playing of video inside SharePoint
If I use the Flow Player (http://flowplayer.org/) to play videos (which is stored on a network storage) using the Content Editor Web Part in SharePoint 2007, will the videos operate in a multicast way ...
4
votes
4answers
7k views
“the HTML source you entered might have been modified”
"the HTML source you entered might have been modified"
In SharePoint 2010, this is the scary message you get everytime you use the "edit HTML source" button with the Content Editor Web Part.
In ...
4
votes
5answers
4k views
Copy and paste for images in SharePoint
It seems that whether it's a content editor web part or publishing page, copying and pasting images is a poor user experience in SharePoint. The user needs to upload the image somewhere first, then ...
3
votes
2answers
2k views
Customising Data Sheet View
I'm using SharePoint 2007, with custom list.
I'm using Content Editor web part in order to design my list.
{In my list the row color determined through the item ststus.
e.g: If the status equal to ...
3
votes
4answers
4k views
jQuery and SharePoint 2010 - How can I tell is the page is in edit mode, using javascript?
I have some javascript in a CEWP that I want to execute only when the page is in display mode. I've used firebug to scour the page for some "msEditMode" type of variable or something I can rely on.
...
3
votes
7answers
3k views
Content editor web part “Cannot retrieve properties at this time” and “Cannot save your changes”
I have an issue with the Content Editor Web Part. Whenever I edit the content I get the following error message:
"Cannot retrieve properties at this time."
and then when I click OK and proceed with ...
3
votes
2answers
1k views
Add content editor webpart programmatically and still keep it editable
Essentially what I want is to pre-load the existing content editor with some text may be from a configuration(by adminstrator) or from the list.
So I am creating a custom wp that will act like a ...
3
votes
5answers
378 views
Tracking changes to a Content Editor Web Part and sending email
Is it possible to track changes made to a content editor web part and alert users to these changes? Basically, the same thing that I would do with a list, but with a CEWP instead?
Thanks,
Ninel
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?
...
3
votes
1answer
328 views
Dynamic embedding of flash video
I can successfully hard code an embed path in a Content Editor WebPart(CEWP) or link a CEWP to a text file that has the embed path, but this is hard coded because the CEWP is not connectable and I ...
2
votes
1answer
474 views
Javascript is changing in Content Editor WebPart
I want to add this a Widget in my sharepoint site.
But every time someone edit the page, it mess the script.
Someome knows why sharepoint is changing the script? And how to avoid it?
The script that ...
2
votes
2answers
841 views
JavaScript with CEWP using ClientContext, do I need to add src to tag?
I am new to SP Dev and I am trying to add some CEWPs that reference javascript I have placed in text files and uploaded to a document library. For bland functions it seems to work fine, however for ...
2
votes
1answer
539 views
Error on page when using an iframe in a Content Editor Web Part
I am trying to set up on iframe on a SharePoint 2007 page that will show the most current project report uploaded to a document library. Here is my code, inserted into the page in the source of a ...
2
votes
3answers
1k views
Why am I unable to save JavaScript in a Content Editor Web Part?
I am trying to follow this link and put all the code in a CEWP as suggested. After saving the page the code goes away (except for the gear part, top line).
I could really use some help if possible.