Premium support for our pure JavaScript UI components


Post by jandresampaio »

Hi,

We have been using Ext for the past years, and we are now trying to port all the Gantt features to the vanilla version.
We didn't have the need to create a separate server application to export a pdf out of Gantt, so why is this necessary with the newest version?
It just adds a problem for us...is this something that's going to be changed? Is there an alternative?

Thanks.


Post by Maxim Gorkovsky »

Hello.
Assuming you're talking about print feature, because server side app has actually migrated from previous ExtGantt version. Print feature just wasn't implemented yet. Here is a feature request: https://github.com/bryntum/support/issues/2784

Alternative would be to grab outgoing html and just put it on the new browser page and then print it. Which is what old print feature does. In the upcoming 4.1.3 version there would be a convenient method to override to achieve this.


Post by jandresampaio »

Hi,

Sorry for the confusion. Yes, it's the print feature. So shall we wait for 4.1.3 where that will be possible?

Thanks


Post by Maxim Gorkovsky »

Print feature is unlikely to come in 4.1.3, I'm saying it would be easier to implement on your side using that version.


Post by jandresampaio »

OK. So can you name the method, for us to be aware when it launches?


Post by Maxim Gorkovsky »

receiveExportContent and processExportContent, both should be overridden, 2nd one could be empty.


Post Reply