Sha256: 27032328ff02efd452e99bd193e8f312f28a5d0539245de5250c73f5afb401a5

Contents?: true

Size: 1.05 KB

Versions: 53

Compression:

Stored size: 1.05 KB

Contents

/*
Copyright (c) 2003-2012, 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.setupContent();},onOk:function(){this.commitContent();},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();},setup:function(){this.setValue('');},commit:function(){var b=this.getValue();setTimeout(function(){a.fire('paste',{text:b});},0);}}]}]};});})();

Version data entries

53 entries across 47 versions & 9 rubygems

Version Path
erp_app-3.1.16 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
erp_app-3.1.15 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
erp_app-3.1.14 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
erp_app-3.1.13 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
erp_app-3.1.12 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
erp_app-3.1.11 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
erp_app-3.1.10 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
erp_app-3.1.9 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
erp_app-3.1.8 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
erp_app-3.1.7 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
erp_app-3.1.6 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
erp_app-3.1.5 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
erp_app-3.1.4 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
erp_app-3.1.3 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
erp_app-3.1.2 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
erp_app-3.0.16 public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js
ab_admin-0.2.2 lib/generators/ab_admin/ckeditor_assets/templates/ckeditor/plugins/pastetext/dialogs/pastetext.js
ab_admin-0.2.2 spec/dummy/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
ab_admin-0.2.1 lib/generators/ab_admin/ckeditor_assets/templates/ckeditor/plugins/pastetext/dialogs/pastetext.js
ab_admin-0.2.1 spec/dummy/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js