12345 |
- /*
- Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
- */
- !function(){function e(e,t){CKEDITOR.tools.array.forEach(t,function(t){e.on(t,o,null,{editor:e})})}function o(e){var o=e.listenerData.editor;e=o.focusManager.hasFocus;var n=o.editable(),i=o.config.editorplaceholder,r=/<body.*?>((?:.|[\n\r])*?)<\/body>/i,a=o.config.fullPage,o=o.getData();return a&&(r=o.match(r))&&1<r.length&&(o=r[1]),0!==o.length||e?n.removeAttribute(t):void n.setAttribute(t,i)}CKEDITOR.plugins.add("editorplaceholder",{isSupportedEnvironment:function(){return!CKEDITOR.env.ie||9<=CKEDITOR.env.version},onLoad:function(){CKEDITOR.addCss(CKEDITOR.plugins.editorplaceholder.styles)},init:function(o){this.isSupportedEnvironment()&&o.config.editorplaceholder&&e(o,["contentDom","focus","blur","change"])}});var t="data-cke-editorplaceholder";CKEDITOR.plugins.editorplaceholder={styles:"["+t+"]::before {position: absolute;opacity: .8;color: #aaa;content: attr( "+t+" );}.cke_wysiwyg_div["+t+"]::before {margin-top: 1em;}"},CKEDITOR.config.editorplaceholder=""}();
|