/** * Client script for the csv_export plugin * * @author Aleksander Machniak * * @licstart The following is the entire license notice for the * JavaScript code in this file. * * Copyright (C) 2011-2016, Kolab Systems AG * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . * * @licend The above is the entire license notice * for the JavaScript code in this file. */ window.rcmail && rcmail.addEventListener('init', function() { if (rcmail.task == 'addressbook') { rcmail.addEventListener('beforeexport', function(e) { return csv_export_dialog(e, 'export'); }) .addEventListener('beforeexport-selected', function(e) { return csv_export_dialog(e, 'export-selected'); }); } // for tasks export we already have dialog, add format selector there else if (rcmail.task == 'tasks') { var options = [ $('