Stefan Sträßer
Stefan Sträßer
Hi there, API docs for v3.x are [here](https://v3.jspanel.de/api/#gettingstarted). With the config you show above you use the jQuery-UI draggable interaction which should be configurable for an existing panel like: ```javascript...
@yarekc You never responded this issue anymore. So I gues it's solved?
@Oliviero50 Thanks a lot for the report and detailed description. The change in the css file was necessary to improve the use of customized themes. I obviously missed this issue...
fixed with v4.16.1 release
Hi Sami, Well, right now I can't say how much time I'll have to spend on this. And please consider that I'm not a professional programmer ... it's more a...
Hi Sami, I played around a bit more and added a method `bstreeItemDisable()` to disable/enable a list-group-item. **Live demo:** https://alpha.jspanel.de/lib/bstreeview/src/index.html **Updated js:** https://github.com/Flyer53/bstreeview/blob/master/src/js/bstreeview.js
Sami, stay healthy and help the people as good as you can. All the rest can wait ...
@randacpan To close all standard panels in the document: ```javascript jsPanel.getPanels().forEach(function(panel){ panel.close(); }); ``` [jsPanel.getPanels(condition)](https://jspanel.de/#global/getPanels) returns an array with all the panels matching `condition`. Iterate over the panels to do...
@akstek Thanks for the report ... I could reproduce the issue. Well, jsPanel does not support any multi-touch gestures whatsoever. And it doesn't include any code that tries to handle...
Well, you might be right. And I know that my jsPanel code has flaws. But please consider that I'm NOT a professional/trained programmer, and therefore, my skills as programmer are...