dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.7k stars 1.36k forks source link

feat: Add option to open links in different targets #2282

Open Yoyasp opened 3 weeks ago

Yoyasp commented 3 weeks ago

Description

This will allow for links to be opened in different HTML targets meaning users can follow navigation links without leaving the current page they are on. This can be usefull if you want to guide them to external tools.

So far I have limited it to the add_link() function, but this can easily be expended to add_view() aswell

This was requested by @gugupy

ADDITIONAL INFORMATION