Код: Выделить всё
...
Код: Выделить всё
on(dom.byId("exportGrids"), "click", function(){
var exportData;
dijit.byId("userInboxGrid").exportGrid("csv", function(gridData) {
exportData = gridData;
dom.byId("exportData").value = exportData;
});
dijit.byId("groupInboxGrid").exportGrid("csv", function(gridData) {
exportData = gridData;
dom.byId("exportData").value = exportData;
});
return true;
});
Любая помощь/понимание по этому поводу будет очень полезной. оценил. Это сводит меня с ума!!
Подробнее здесь: https://stackoverflow.com/questions/793 ... jo-js-file
Мобильная версия