Replies: 1 comment 1 reply
-
You can use the link element to open the page in a new tab: use Orchid\Screen\Action\Link;
Link::make('Open Docs')
->href('https://orchid.software/en/docs/')
->target('_blank') |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there any way to open the link of the the button/link element in a new window?
In Orchid backend I have an input page to edit a record. There I want to have a preview link to see the record in the frontend.
I would like to open this link in a new window.
Thanks and greetings
Beta Was this translation helpful? Give feedback.
All reactions