Sylvain

Results 2 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...