Questions tagged [cewp]

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

31 questions
0
votes
0 answers

Office 365 - Save Conflict error when upload Publishing page

I have some Publishing pages aspx. When I tried to upload file to Site Contents - Pages, I got error page popup like that: "Sorry, something went wrong Save Conflict Your changes conflict with those made concurrently by another user. If you want…
Varsha
  • 3
  • 3
0
votes
1 answer

Sharepoint online (Office 365) : CEWP

While trying to provide Content Link for CEWP to a html file/text file, I am getting error "Cannot retrieve the URL specified in the Content Link property. For more assistance, contact your site administrator." On clicking the "Test Link" button,…
0
votes
3 answers

No Content Editor Web Part (CEWP) on Office 365 Group

thanks in advance for your time with the below query. I have a SharePoint Online site and an Office 365 Group. On the SharePoint Online site I have the CEWP (Content Editor Web Part) which I can add to a page successfully. However, on the Office…
dev123
  • 25
  • 1
  • 9
0
votes
1 answer

Javascript in SharePoint CEWP not working

I wrote a simple javascript to change the color of an html class based on its textcontent/innerHTML. When writing the script, it works fine when I put it directly in to the developer tools console (F12) for Chrome. But when I try to call the…
sp_vennem
  • 55
  • 1
  • 8
0
votes
1 answer

Popup on drop down selection SharePoint 2007 WSS3

I have a field (titled; Absence Type) in a holiday booking form with the following options; Holiday Authorised Absence Flex When 'Holiday' is selected from the list I wish to display the following message; "Holidays must be pre-approved in PS"…
0
votes
0 answers

Flipping Book HTML5 flipbook hosted in SharePoin

I have used the publication software FlippingBook and created an html5 complaint website that will load the book. This is hosted on an iis server and when I navigate to the url it looks great. So in SharePoint I have created a web part page and…
VinnyGuitara
  • 605
  • 8
  • 26
0
votes
2 answers

Query SharePoint 2013 List from Another Site Collection

I have successfully been using SPServices to query SharePoint lists on my site collection. Now I have a second site collection for another team that would like to see the data already hosted on my first site collection (no, we can't use the same…
0
votes
1 answer

Multiple instances of Jquery tabs conflicting?

I am a sharepoint admin trying to create a landing page for my staff and I want to use jquery tabs. I am very new to this stuff, and am trying my best. Here is the situation. I am using Sharepoint 2010 I am using Easytabs for main navigation In…
0
votes
0 answers

creating Rich Text Editor using new InputFormTextBox() SharePoint 2007

I know this probably an easy question to answer, or at least I'm hoping it is. I have a CEWP (Content Editor Web Part) that I'm trying to use custom code to create an input field for access to update a list. I would like the input to be a Rich…
trout0525
  • 41
  • 7
0
votes
1 answer

dynamically insert javascript into tag

I am using CEWP (webpart) and putting this code in there. But this code is not going inside tag. I need to insert this code in tag,
James123
  • 11,184
  • 66
  • 189
  • 343
0
votes
1 answer

html file in CEWP only works in edit mode

I'm using a CEWP in SharePoint 2010 to link to an HTML file via the Content Link however the jQuery seems to only run while the page is in Edit mode. The HTML is displaying, but none of the content that is created via jQuery is showing. Things to…
Dana Victoria
  • 71
  • 1
  • 1
  • 10
0
votes
1 answer

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 follows: <%@Master language="C#"%> <%@ Register…
Andrew Vevers
  • 27
  • 1
  • 5
0
votes
2 answers

Customize the quick launch items for certain pages in sharepoint

I have requirement where client wants to customize the items in quick launch for only certain pages.So, I want to change the items in the quick launch with some other items for a few pages.(Not about cahnging the style of quick launch. Its about…
vishnu
  • 43
  • 1
  • 11
0
votes
1 answer

In SharePoint 2007, how can I change the background color of the Web Part Zone?

I know I can change the background color of a Web Part by including CSS in the source of a Content Editor Web Part: But I would like to change the background…
rphello101
  • 1,671
  • 5
  • 31
  • 59
0
votes
1 answer

Saving CEWP Settings

I have been working with CEWP for a few weeks now, and I have not ahd this problem until today. I want to cahnge the chrome type settings, but it doesn't save the changes for me. Like I said, I haven't had this problem until just now. Does anyone…