Flyer53 / jsPanel4

A JavaScript library to create highly configurable floating panels, modals, tooltips, hints/notifiers/alerts or contextmenus for use in backend solutions and other web applications.
https://jspanel.de/
Other
313 stars 57 forks source link

Support for iframes ? #182

Closed MadTomT closed 2 years ago

MadTomT commented 2 years ago

Hi I'm just starting to look at jspanel, is there any support for iframes ?

I want to load pages from a local server into different panels, but then if links are followed from those pages they stay within there own window/panel. they don't open a new window or tab.

I know this will work with iframes, is this something I can do with jspanel ?

Thanks

MadTomT commented 2 years ago

Found it :) content: '<iframe src="/test.php" style="width: 100%; height: 100%;"></iframe>',