jsPanel4 icon indicating copy to clipboard operation
jsPanel4 copied to clipboard

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.

Results 17 jsPanel4 issues
Sort by recently updated
recently updated
newest added

Is it possible to load an external URL into a panel without using content iFrame ? and keep all links opened within the page within the same panel ? Thanks

question

Thinking about using jspanel for an ide type app. Is it possible to have nested panels that automatically resize in a grid. For example, like [golden layout](https://golden-layout.com/). I looked through...

question

When using ECMAScript 2015, import statements are lexically bound. That is, everything inside a module must be either declared or imported by a module. There is no such thing as...

question

**Describe the bug** * Tested only on chrome * There is some strange behavior, on selecting an action from the chrome menu while resizing. looks like it just get stuck...

info

Is it possible to use the BS 5.3 grid? https://getbootstrap.com/docs/5.3/layout/grid/ Because when using and resizing, the size does not follow the size of the jspanel. Any usage examples? .col-md-8 .col-6...

[feature request] z-index of modeless panel starts with 100 z-index of modal panel starts with 10000 what i want is always-on-top modeless panel that is on top of modal panel...

Hi Stefan. I came across this issue in my implementation. There is a step in the code that does: self.parentElement.removeChild(self), but sometimes self.parentElement does not exist and causes an error....