/** * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ // Compressed version of core/ckeditor_base.js. See original for instructions. /*jsl:ignore*/ window.CKEDITOR_BASEPATH = '/lib/ckeditor4/' window.CKEDITOR||(window.CKEDITOR=function(){var l=Math.floor(900*Math.random())+100,b=window.CKEDITOR_BASEPATH||"";if(!b)for(var g=document.getElementsByTagName("script"),e=0;e' ); //@added 'lib/ckeditor4' } } /** * The skin to load for all created instances, it may be the name of the skin * folder inside the editor installation path, or the name and the path separated * by a comma. * * **Note:** This is a global configuration that applies to all instances. * * CKEDITOR.skinName = 'moono'; * * CKEDITOR.skinName = 'myskin,/customstuff/myskin/'; * * @cfg {String} [skinName='moono'] * @member CKEDITOR */ CKEDITOR.skinName = 'moono';