Sha256: 77d7d34c58a55275f531b9e7c9e63c1354eeb97ede4ad2a63d24d56c08b79421

Contents?: true

Size: 1.11 KB

Versions: 22

Compression:

Stored size: 1.11 KB

Contents

/*
Copyright (c) 2003-2011, 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

22 entries across 22 versions & 4 rubygems

Version Path
porthos-3.0.0.beta2 app/assets/javascripts/lib/ckeditor/plugins/pastetext/dialogs/pastetext.js
porthos-3.0.0.beta1 app/assets/javascripts/lib/ckeditor/plugins/pastetext/dialogs/pastetext.js
porthos-3.0.0.beta app/assets/javascripts/lib/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-base-0.6.8 app/assets/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-base-0.6.6 app/assets/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-base-0.6.5 app/assets/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-base-0.6.3 app/assets/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-base-0.6.2 app/assets/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-base-0.6.1 app/assets/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-base-0.6.0 app/assets/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-base-0.5.2 lib/generators/social_stream/base/templates/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-base-0.5.1 lib/generators/social_stream/base/templates/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-base-0.5.0 lib/generators/social_stream/base/templates/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-0.4.6 lib/generators/social_stream/templates/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-0.4.5 lib/generators/social_stream/templates/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
spree-cms-0.2.1 public/ckeditor/plugins/pastetext/dialogs/pastetext.js
spree-cms-0.2.0 public/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-0.4.4 lib/generators/social_stream/templates/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-0.4.3 lib/generators/social_stream/templates/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-0.4.2 lib/generators/social_stream/templates/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js