Sha256: e7fdd210448c9f1a5a61838ac4f601989be664ab0c98d8878fa42b757c1f64c3
Contents?: true
Size: 558 Bytes
Versions: 2
Compression:
Stored size: 558 Bytes
Contents
/* Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.add("divarea",{afterInit:function(a){a.addMode("wysiwyg",function(c){var b=CKEDITOR.dom.element.createFromHtml('<div class="cke_wysiwyg_div cke_reset" hidefocus="true"></div>');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")})}});
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
lafeber_ckeditor-3.7.3 | app/assets/javascripts/ckeditor/plugins/divarea/plugin.js |
frontendeditor_ckeditor-0.0.1 | vendor/assets/javascripts/ckeditor/plugins/divarea/plugin.js |