Sylvain
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 
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   
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 ```...