Saturday 5 July 2014

Replace All Site Content Name Under Site in SharePoint 2010

Text manipulation

In this article we explore text manipulation using jQuery, for examle we replace all the site content using the each function.
1. Go to the site you want to change the name of the site content and see by default the name of all the Site Content (see in the figure).  

Recycle bin
  
2. In this site add a Content Editor Web part and select "Edit HTML Source" under the "Format Text" tab.

content Editor

3. Now edit that Web Part and click here to add new content.

4. After this in the Ribbon under editing tools click on HTML then in the Ribbon under editing tools click on "HTML Source" under "Format Text" a shown in the following figure:

Ribbon under editing tools
 
5. After this a popup window is opened, under this window add the following code.

popup window

6. Click on "Save" and "OK".
7. Now see the change of all the site content; it is "My Custom Content Name" as in the figure.

Change in recycle bin

No comments:

Post a Comment

SharePoint 2013 - Uploading Multiple Attachments To The New Item On List Using JSOM And REST API

  Introduction In this article, we will explore how we can attach multiple attachments to the new item on list using JSOM and REST API. Ther...