Sha256: 3d1c78efb0f65b27ff5abefbf53341d2cd2740413b93ffa902db7c1663571e1d

Contents?: true

Size: 1.05 KB

Versions: 150

Compression:

Stored size: 1.05 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.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

150 entries across 147 versions & 16 rubygems

Version Path
spiderfw-0.6.16 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
spiderfw-0.6.15 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
spiderfw-0.6.14 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
spiderfw-0.6.13 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
spiderfw-0.6.12 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
spiderfw-0.6.11 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
spiderfw-0.6.10 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
inline_forms-0.9.23 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
spiderfw-0.6.9 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
spiderfw-0.6.8 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
spiderfw-0.6.7 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-base-0.7.2 vendor/assets/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-base-0.7.1 vendor/assets/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
social_stream-base-0.7.0 vendor/assets/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
spiderfw-0.6.6 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
inline_forms-0.9.22 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
inline_forms-0.9.21 public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
spiderfw-0.6.5 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
spiderfw-0.6.4 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
spiderfw-0.6.3 apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js