- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi, this is a suggestion, I'm ansering from home and I don't have an instance I can test this on from here:
Right-click on the buttons you want to disable and select "View source". Find the <container> that contains the button and add used the enabledIf attribute to enable the container only if users have a certain named right.
On this page you'll find an example of enabledIf and expr used to protect a schema, and here is an example on how to conditionally hide a container. I think the syntaxes are similar, give it a go and tell me if it works