Hello,
I'm trying our your exportContent feature by trying to export a ListGrid to PDF.
Here is the call:
When that gets executed, google chrome opens a new tab and this is output into the tab:
Any idea what we might be doing wrong? I didn't see any special settings or configurations mentioned anywhere that we missed. We did have to add "getPdfObject" to the list of enabledBuiltInMethods though.
I'm trying our your exportContent feature by trying to export a ListGrid to PDF.
Here is the call:
Code:
click:function(){ var settings = {skinName: "Graphite", pdfName: "export" };isc.RPCManager.exportContent(fundAssetsGrid,settings)}
Code:
//isc_RPCResponseStart-->[{status:-1,data:"com.isomorphic.contentexport.PdfExport from [Module \"deployment.dev.war:main\" from Service Module Loader]"}]//isc_RPCResponseEnd
Comment