Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to ui.tab to direct user to external URL when clicked on #2243

Open
nipunchamikara opened this issue Jan 31, 2024 · 0 comments
Open
Labels
feature Feature request ui Related to UI

Comments

@nipunchamikara
Copy link
Member

Is your feature request related to a problem? Please describe

I have a bunch of tabs which I use for navigation. I want the last one to link to documentation which is an external URL. However, I don't see a way to open an external URL using a tab.

Describe the solution you'd like

Ideally, the ability to specify an external URL in the tab, maybe a property called link just like a button.

Describe alternatives you've considered

For now, external URLs were opened by setting inline script to f'window.open("{external_url}");'. However, this is not ideal since the page has to be re-rendered. Do mention if there are any more elegant solutions to this.

@nipunchamikara nipunchamikara added the feature Feature request label Jan 31, 2024
@mturoci mturoci added the ui Related to UI label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request ui Related to UI
Projects
None yet
Development

No branches or pull requests

2 participants