Hi, i have an App working ok in Explorer, FF5, NetScape and Chrome. But When i open it in Air, i cannot export the grid to excel...
My air app just have an iframe to the server:
PHP Code:
Ext.onReady(function() {
new Ext.air.Window({
win: window.nativeWindow,
width: 1100,
height: 768,
layout: 'fit',
iconCls:'icon-grid',
title: 'Consulta',
html: '<iframe id="container" src="http://192.168.9.99/mantenimiento/index.html" style="width:100%;height:100%;border:none"></iframe>'
});
});
I have several apps running like that, but it's the first time i add a button to export or interact to another windows app.
The Grid to Excel Plugin:
http://www.sencha.com/forum/showthre...ectly-to-Excel.
Thanks in advance!!