Hello,
i want export a summary grid like this -> http://dev.sencha.com/deploy/ext-4.0...mary-grid.html -> into a XLS-File.
i used the Exporter.js -> but i don't get an export file.
Is there another way?
thank you
mark
Hello,
i want export a summary grid like this -> http://dev.sencha.com/deploy/ext-4.0...mary-grid.html -> into a XLS-File.
i used the Exporter.js -> but i don't get an export file.
Is there another way?
thank you
mark
What Exporter.js?
Mitchell Simoens @LikelyMitch
Modus Create, Senior Frontend Engineer
________________
Need any sort of Ext JS help? Modus Create is here to help!
Check out my GitHub:
https://github.com/mitchellsimoens
I tried the:
https://github.com/iwiznia/Ext.ux.Exporter
here i get the errors:
TypeError: Ext.reg is not a function
[IMG]chrome://firebug/content/blank.gif[/IMG] Ext.reg('exportbutton', Ext.ux.Exporter.Button);
TypeError: grid.getTopToolbar is not a function
[IMG]chrome://firebug/content/blank.gif[/IMG] grid.getTopToolbar().add(exportButton);
and the:
https://github.com/edspencer/Ext.ux.Exporter
here i get no errors, but the export button doesn't do anything.
I tested this with the
http://dev.sencha.com/deploy/ext-4.0...mary-grid.html
-> i need an export for a group summary grid.
thank you
mark
Looks like it is for Ext JS 3 not 4.
Mitchell Simoens @LikelyMitch
Modus Create, Senior Frontend Engineer
________________
Need any sort of Ext JS help? Modus Create is here to help!
Check out my GitHub:
https://github.com/mitchellsimoens
Ok, here is the example with export-button - but it doesn't work:
http://www.kommunikatist.de/extjs/test.html
can you see the error?
thank you
Mark
I have the same problem.When I use the example in v4.1.1 ,the Ext.ux.exporter.Button has something wrong " c is not constructor".The Ext.ux.exporter.Button is extend by Ext.Component.I don't know how to deal with it.Can you help me.The example is right in v3,however there are something wrong in 4 through i have modified new to create.