-
Notifications
You must be signed in to change notification settings - Fork 57
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
Mission Control / alt+tab style functionality ? #192
Comments
@MadTomT |
I've been thinking if it's possible to loop through each panel using htm2canvas to create an image of each, then show those images in a div on a modal. |
Yep ... that would be my approach as well. |
html2panel doesn't work well with iframes, so I can either get the panel or the content. It won't create an image of both. Having said that doing a loop around each panel and passing that to html2canvas I've managed to get my panels content to show in a div which looks quite nice. Code is a bit messy so I'll try to get some time to tidy it up and then share it. |
This doesn't work very well if the iframe loads a page with relative paths. It renders the page with out css, images etc. |
Just my 2 cents why use html2canvas, you have the panels all there. rendered by the beautiful thing called js lol. psudo code
todo: figure out the event flow maby make a state flow chart. somthing like
|
consideration solution/ compromise use some sort of icon with the title text rather then the panel content or moving the panels |
Hi
I'm looking for a way to show an overview of all active open panels... A bit like Windows Alt + Tab or Mac Mission Control.
This could be done by a button/icon on screen or a key combination.
When the user triggers this the screen darkens and images of the active panels are shown.
Is there anyway to do this with jspanel and if it can be done have the ability to click a panel and have that become the active panel.
Thanks
The text was updated successfully, but these errors were encountered: