This article explore to user’s requirement is to change “Add New Item” link text to ” Different Link text”, so that it will be more meaningful on list.
This article explore to user’s requirement is to change “Add New Item” link text to ” Different Link text”, so that it will be more meaningful on list.
By default the “Add new item” appears like below:
Follow below steps to change the text:
- Go to the target page >> Site actions>> Edit Page
-
Insert a CEWP just below the list view web part.
-
Place the cursor in CEWP, Click on “Edit HTML Source” link from HTML Ribbon Item’s drop down menu. check fig below:
4. In Content Editor web part enter the script:
document.getElementById(“idHomePageNewItem”).innerHTML=”Add New InterviewTracker”
- Save the page! see the result in action, it will appear like below:
Categories: CSS, JavaScript
You must be logged in to post a comment.