From c63493c899de714b05b0521bb38aab60d19030ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 20 Jan 2017 00:55:51 +0100 Subject: Validation initiale --- sources/ckeditor.js | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 sources/ckeditor.js (limited to 'sources/ckeditor.js') diff --git a/sources/ckeditor.js b/sources/ckeditor.js new file mode 100644 index 0000000..8dc999b --- /dev/null +++ b/sources/ckeditor.js @@ -0,0 +1,48 @@ +/** + * @license Copyright (c) 2003-2017, 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. +/* jshint ignore:start */ +/* jscs:disable */ +window.CKEDITOR||(window.CKEDITOR=function(){var e=/(^|.*[\\\/])ckeditor\.js(?:\?.*|;.*)?$/i,b={timestamp:"",version:"%VERSION%",revision:"%REV%",rnd:Math.floor(900*Math.random())+100,_:{pending:[],basePathSrcPattern:e},status:"unloaded",basePath:function(){var a=window.CKEDITOR_BASEPATH||"";if(!a)for(var b=document.getElementsByTagName("script"),c=0;c' ); + } + +} + +/** + * 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-lisa'] + * @member CKEDITOR + */ +CKEDITOR.skinName = 'moono-lisa'; -- cgit v1.2.3