1 /* 2 * ***** BEGIN LICENSE BLOCK ***** 3 * Zimbra Collaboration Suite Web Client 4 * Copyright (C) 2011, 2012, 2013, 2014, 2016 Synacor, Inc. 5 * 6 * The contents of this file are subject to the Common Public Attribution License Version 1.0 (the "License"); 7 * you may not use this file except in compliance with the License. 8 * You may obtain a copy of the License at: https://www.zimbra.com/license 9 * The License is based on the Mozilla Public License Version 1.1 but Sections 14 and 15 10 * have been added to cover use of software over a computer network and provide for limited attribution 11 * for the Original Developer. In addition, Exhibit A has been modified to be consistent with Exhibit B. 12 * 13 * Software distributed under the License is distributed on an "AS IS" basis, 14 * WITHOUT WARRANTY OF ANY KIND, either express or implied. 15 * See the License for the specific language governing rights and limitations under the License. 16 * The Original Code is Zimbra Open Source Web Client. 17 * The Initial Developer of the Original Code is Zimbra, Inc. All rights to the Original Code were 18 * transferred by Zimbra, Inc. to Synacor, Inc. on September 14, 2015. 19 * 20 * All portions of the code are Copyright (C) 2011, 2012, 2013, 2014, 2016 Synacor, Inc. All Rights Reserved. 21 * ***** END LICENSE BLOCK ***** 22 */ 23 AjxPackage.require("ajax.3rdparty.tinymce.tinymce_jquery"); 24 AjxPackage.require("ajax.3rdparty.tinymce.locales"); 25 AjxPackage.require("ajax.3rdparty.tinymce.localeconv"); 26 AjxPackage.require("ajax.3rdparty.tinymce.plugins.zemoticons.data"); 27 AjxPackage.require("ajax.3rdparty.tinymce.plugins.zemoticons.plugin"); 28 AjxPackage.require("ajax.3rdparty.tinymce.plugins.autolink.plugin"); 29 AjxPackage.require("ajax.3rdparty.tinymce.plugins.charmap.plugin"); 30 AjxPackage.require("ajax.3rdparty.tinymce.plugins.contextmenu.plugin"); 31 AjxPackage.require("ajax.3rdparty.tinymce.plugins.directionality.plugin"); 32 AjxPackage.require("ajax.3rdparty.tinymce.plugins.emoticons.plugin"); 33 AjxPackage.require("ajax.3rdparty.tinymce.plugins.image.plugin"); 34 AjxPackage.require("ajax.3rdparty.tinymce.plugins.hr.plugin"); 35 AjxPackage.require("ajax.3rdparty.tinymce.plugins.link.plugin"); 36 AjxPackage.require("ajax.3rdparty.tinymce.plugins.paste.plugin"); 37 AjxPackage.require("ajax.3rdparty.tinymce.plugins.table.plugin"); 38 AjxPackage.require("ajax.3rdparty.tinymce.plugins.textcolor.plugin"); 39 AjxPackage.require("ajax.3rdparty.tinymce.plugins.lists.plugin"); 40 AjxPackage.require("ajax.3rdparty.tinymce.plugins.advlist.plugin"); 41 AjxPackage.require("ajax.3rdparty.tinymce.plugins.code.plugin"); 42 AjxPackage.require("ajax.3rdparty.tinymce.themes.modern.theme"); 43