2010-10-14 01:54:47 +02:00
|
|
|
// Client side resources to be injected for gData extension
|
|
|
|
|
|
|
|
// Add items to the exporter menu
|
2010-10-15 01:34:27 +02:00
|
|
|
//ExportManager.MenuItems.append(
|
|
|
|
// [ "core/project", "core/export", "core/export-templating" ],
|
|
|
|
// [
|
|
|
|
// {
|
|
|
|
// "label":"Google Spreadsheet",
|
|
|
|
// "click": function() {}
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// "label":"Google Data",
|
|
|
|
// "click": function() {}
|
|
|
|
// },
|
|
|
|
// {} // separator
|
|
|
|
// ]
|
|
|
|
//);
|
2010-10-14 01:54:47 +02:00
|
|
|
|
|
|
|
var gdataExtension = {};
|