asp.net - disabling the list link on a wiki page in sharepoint 2013 -
i have wikipage within website.a list has been added page.but apart adding new item list whenever title link list clicked takes user directly main list user can view items added employees.how can list name on wikipage can disabled clicking on user stays on same page , not redirected towards original list , content.
have @ image above.i using sharepoint foundation 2013 can done using out of box feature or using coding?
add script editor webpart
<style> .ms-webpart-titletext { display: none; } </style>"
click edit web part of script editor , under layout check hidden.
Comments
Post a Comment