Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Remove delete and or clone

Questions related to using nuBuilder Forte.
Post Reply
GlenMcCabe
Posts: 114
Joined: Sun Sep 29, 2019 12:40 pm

Remove delete and or clone

Unread post by GlenMcCabe »

Trying to find out how to turn off delete and clone buttons in a form.
Janusz
nuBuilder Team
Posts: 506
Joined: Fri Dec 28, 2018 1:41 pm
Location: Krakow, Poland
Has thanked: 8 times
Been thanked: 18 times

Re: Remove delete and or clone

Unread post by Janusz »

place in form JS custome code
nuHide('nuDeleteButton');
nuHide('nuCloneButton');
If you like nuBuilder, please leave a review on SourceForge
GlenMcCabe
Posts: 114
Joined: Sun Sep 29, 2019 12:40 pm

Re: Remove delete and or clone

Unread post by GlenMcCabe »

Thanks Janusz

Will try that tomorrow.

Glen
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: Remove delete and or clone

Unread post by kev1n »

Also check out these threads:

Why just hiding will not prevent a user from calling the action:

https://forums.nubuilder.cloud/viewtopic. ... ton#p18975

Access Levels:
https://forums.nubuilder.cloud/viewtopic. ... enu#p15381
Post Reply