/
home
/
techb158
/
workloadmatch.com
/
bower_components
/
ckeditor
/
plugins
/
divarea
/
/home/techb158/workloadmatch.com/bower_components/ckeditor/plugins/divarea
mkdir
upload
Name
Size
Mode
Actions
plugin.js
598
0777
edit
dl
rm
Edit:
/home/techb158/workloadmatch.com/bower_components/ckeditor/plugins/divarea/plugin.js
(598B)
/* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.add("divarea",{afterInit:function(a){a.addMode("wysiwyg",function(c){var b=CKEDITOR.dom.element.createFromHtml('\x3cdiv class\x3d"cke_wysiwyg_div cke_reset cke_enable_context_menu" hidefocus\x3d"true"\x3e\x3c/div\x3e');a.ui.space("contents").append(b);b=a.editable(b);b.detach=CKEDITOR.tools.override(b.detach,function(a){return function(){a.apply(this,arguments);this.remove()}});a.setData(a.getData(1),c);a.fire("contentDom")})}});
Save
cmd:
run