You can use the Content Editor Web Part to add formatted text, tables, hyperlinks, and images to a Web Part Page.
0
votes
2answers
42 views
getElementById javascript in a cewp
Please bear with me as I am still learning sharepoint and web technologies in general.
I have put a rotator on my sharepoint page using the easy to use script generated by ...
1
vote
4answers
2k views
ContentEditor WebPart Edit Permissions
I have a publishing site. A user is in the visitors group. On a certain page I have given the user Full control. They can edit the body of the page but cannot edit the content of a ContentEditor ...
0
votes
0answers
9 views
Script File and Calculated Column Format/Data Types
This may be a bit of a best practices question, but today I made a few changes to the site/lists I'm developing to facilitate development and data rendering.
In CEWPs I've begun using .aspx files ...
0
votes
0answers
28 views
CEWP Disappears on Edit
I've been using Wiki pages (by default) and adding CEWPs to them, and linking (text) script files to those from a site assets library to implement functionality.
However occasionally when I edit a ...
0
votes
1answer
19 views
It's possible to create more than one edit form in SharePoint 2013? [closed]
Hi someone know if it's possible to create 2 edit forms in SharePoint 2013?
0
votes
0answers
91 views
Javascript in CEWP queries a list every time dropdown is changed on NewForm.aspx not working
I am trying to apply javascript in a CEWP to a NewForm.aspx page of a simple custom list. Basically, the idea is to auto-populate a text field on the new item form whenever a dropdown column's ...
0
votes
1answer
543 views
Use Content Editor and iframe to Dynamically Display Selected PDF
So I have a library with PDF documents in it and a content editor web part underneath. When I select a PDF item I would like it to display in the <iframe>. I can accomplish this with a static ...
1
vote
1answer
377 views
How to retrieve all choice field values using ecmascript – SharePoint 2010 and bind to html dropdown in the content editor webpart
I need to bind the sharepoint 2010 choice column in the HTml dropdown of the content editor webpart..
I have followed this blog could not able to achieve my requirement.
...
3
votes
1answer
368 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 ...
1
vote
2answers
52 views
How to include a 'yes' and 'no' button on the PreSaveAction() on the EditForm.aspx to return true/false accordingly?
I am simply looking to use the PreSaveAction() in a content editor web part as an
extra cautionary step prior to saving a list item.
Here is what I have:
function PreSaveAction()
{
alert('Are ...
0
votes
3answers
734 views
How to bind the sharepoint list 2010 values in the Html dropdownlist using Javascript/ECMAscript?
I have created one Custom List in sharepoint 2010 as mentioned below:
LIST A:
Title TeamName
A cc
b ddd
c eee
I have created html table in the Content ...
0
votes
3answers
38 views
The way to modify the content of wp on all pages
I have a question, basically I have a SharePoint 2007, and I have some particular pages a cross the portal which contain a Content Editor Webpart.
I would like to be able to modify this CEWP, by ...
0
votes
0answers
17 views
SharePoint 2013 Content Editor not displaying
I have an HTML file in my pages library, it simply displays a Google Map, nothing hectic. While in edit mode, I can see the map, but as soon as we save the page, the map is not visible.
Debugging the ...
1
vote
0answers
619 views
Content link URL for a content editor web part
I'm creating a content editor web part that needs to point to the site collection root. Currently, for it's "Content Link" URL field, I have ../../SiteAssets/js/jquery-rotator/slider.txt but this is ...
0
votes
3answers
1k views
Populate a text box based on drop down value from a sharepoint List
I have a List B that has a look up column "State" to a column "State" in List A .List A has corresponding column "City" to each state(unique combination) .
While adding new item in List B , State is a ...