Hi there,
I was wondering how to make it possible to make a button right clickable so the user can open the page in new window or tab, if it would like.
As you can see in the screenshots, it now does not give the possibility. I want it like can be seen in the other screenshot.
Hello,
What if you try using a link instead of a button? And apply same CSS classes so it simulates a button look & feel in the UI, but acts as a link?
Regards,
Bogdan
Or consider using a link (that looks like a link)
There are lots of articles on when to use links vs buttons. For example:- https://www.digitala11y.com/links-vs-buttons-a-perennial-problem/
I'd advice to stick to best practices / what's most frequently used. This will make it much easier for users to interact with your application.
Hi @Eric van Heesen, I am guessing you want to show multiple options to your users, if so please try the "OverflowMenu" from "OutSystemsUI".
ThanksGitansh Anand
Hi Eric,
You can use a container with "btn btn-primary" classes and wrap it with a link as also suggested byBogdan. Also add text inside container.Result will be same as shown below. RegardsKrishnanand Pathak