Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Missing plus icon when renaming "new item" in SharePoint List

$
0
0

In SharePoint List there are these buttons:



Having found a source, I have changed the text name of "new item" by adding a code snippet:

<script type="text/javascript">
window.onload=function()
{
 document.getElementById("idHomePageNewItem").innerHTML="add";
}
</script>

Unfortunately, the plus sign icon near "new item" does not appear after changing the text name.

How to change a text name so that a plus sign icon would remain?


Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>