Sha256: 418e6cf62a0a5baa519446f86844054075a4f3bb8df66b5c97da38c661b07fdd

Contents?: true

Size: 1.11 KB

Versions: 103

Compression:

Stored size: 1.11 KB

Contents

/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

(function(){CKEDITOR.dialog.add('pastetext',function(a){return{title:a.lang.pasteText.title,minWidth:CKEDITOR.env.ie&&CKEDITOR.env.quirks?368:350,minHeight:240,onShow:function(){this.getContentElement('general','content').getInputElement().setValue('');},onOk:function(){var b=this.getContentElement('general','content').getInputElement().getValue(),c=this.getParentEditor();setTimeout(function(){c.fire('paste',{text:b});},0);},contents:[{label:a.lang.common.generalTab,id:'general',elements:[{type:'html',id:'pasteMsg',html:'<div style="white-space:normal;width:340px;">'+a.lang.clipboard.pasteMsg+'</div>'},{type:'textarea',id:'content',className:'cke_pastetext',onLoad:function(){var b=this.getDialog().getContentElement('general','pasteMsg').getElement(),c=this.getElement().getElementsByTag('textarea').getItem(0);c.setAttribute('aria-labelledby',b.$.id);c.setStyle('direction',a.config.contentsLangDirection);},focus:function(){this.getElement().focus();}}]}]};});})();

Version data entries

103 entries across 103 versions & 11 rubygems

Version Path
site_logic-1.6.10 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
editorial_logic-1.1.6 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
editorial_logic-1.1.5 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
site_logic-1.6.9 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
blog_logic-0.7.6 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
blog_logic-0.7.5 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
blog_logic-0.7.4 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
blog_logic-0.7.3 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
blog_logic-0.7.2 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
editorial_logic-1.1.4 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
site_logic-1.6.8 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
editorial_logic-1.1.3 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
editorial_logic-1.1.2 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
site_logic-1.6.7 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
site_logic-1.6.6 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
editorial_logic-1.1.1 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
editorial_logic-1.1.0 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
spiderfw-0.6.1 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
spiderfw-0.6.0 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
dust-ckeditor-3.5.0 lib/generators/ckeditor/base/templates/ckeditor/plugins/pastetext/dialogs/pastetext.js