menuitem external link #4604
-
|
on menuitem external link will open new tab. my usecase is that i have other app beside nova. and need to access that page without leaving current tab |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments
-
|
I have this exact use case. |
Beta Was this translation helpful? Give feedback.
-
|
Would prefer such an option as well! |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
Hacked around this, bit messy but: Then a route which redirects: And you need to exclude this route in VerifyCsrfToken.php |
Beta Was this translation helpful? Give feedback.
-
|
You can now specify MenuItem::externalLink('Documentation', 'https://nova.laravel.com/docs')->openInNewTab(); |
Beta Was this translation helpful? Give feedback.
-
|
how to use Action ? |
Beta Was this translation helpful? Give feedback.
You can now specify
openInNewTab()to open an external link in a separate tab. By default, it will open in the current page starting from4.13.0: