Sylvain

Results 6 comments of Sylvain

code to add to function() { $.widget("primeui.puitabview", {... use: $('#default').puitabview('add', 'myNewPanelName', 'MyNewPanelId', 'MyInnerPanelHTML'); ``` add: function(panelName, panelId, panelHtml) { var element = this.element; this.navContainer = element.children('ul'); this.newTabHeaders = $('' +...

> Doesn't work for me. I replaced export: `function (exportFilename, exportFileextension)` function in `jquery.orgchart.js` with your function, and even image is not showed :( Do you insert script for html2canvas...

Thank you. I change to use the official image. For info, I obtain the same result ![2024-12-09_10h41_39](https://github.com/user-attachments/assets/5348531a-6c38-4c0b-92fb-f4e018188c64)

I just did the test and I confirm that the upload work fine with `phpmyadmin:5.2.0` but not with `phpmyadmin:5.2.1`

Sorry, I just tested with version 5.2.2 and the bug is still there ![Image](https://github.com/user-attachments/assets/5b6877c0-ca24-4d8b-9e5f-726ecd361aff) ![Image](https://github.com/user-attachments/assets/9d9fc5b4-4c1d-45f3-b940-a9b69d8a9818) ![Image](https://github.com/user-attachments/assets/733e0761-67e8-46f0-b563-1183eee02ab5)

In my case, I create an empty component dedicated solely to managing downloads. The advantage is that other components can use a different listener to update their views. ```html ```...