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. enter image description here

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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -