remove the link on the Item list on the list page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
lissa
User
Posts: 19

remove the link on the Item list on the list page

Post by lissa »

Hi,
How do I make the link disappear when I click on the master detail list item?
I want this list item to have no action when clicked, only to display the masterdetail view edit copy button


mobhar
User
Posts: 11727

Post by mobhar »

Did you use Preview extension?


lissa
User
Posts: 19

Post by lissa »

I don't use the preview extension


mobhar
User
Posts: 11727

Post by mobhar »

You may simply put this following code in Startup Script that belongs to List Page of your master table:

$(".btn.btn-default.ew-row-link.ew-detail").hide();

Wolf
User
Posts: 76

Post by Wolf »

mobhar wrote:

Did you use Preview extension?

I'm using preview. Tell me how to remove a button please.


Post Reply