Sha256: df5f4d1ec77b4722f08bea8485b40bbeb35fbe8c44a765838324794b64cc09b3

Contents?: true

Size: 1.95 KB

Versions: 58

Compression:

Stored size: 1.95 KB

Contents

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

CKEDITOR.dialog.add('textarea',function(a){return{title:a.lang.textarea.title,minWidth:350,minHeight:220,onShow:function(){var c=this;delete c.textarea;var b=c.getParentEditor().getSelection().getSelectedElement();if(b&&b.getName()=='textarea'){c.textarea=b;c.setupContent(b);}},onOk:function(){var b,c=this.textarea,d=!c;if(d){b=this.getParentEditor();c=b.document.createElement('textarea');}this.commitContent(c);if(d)b.insertElement(c);},contents:[{id:'info',label:a.lang.textarea.title,title:a.lang.textarea.title,elements:[{id:'_cke_saved_name',type:'text',label:a.lang.common.name,'default':'',accessKey:'N',setup:function(b){this.setValue(b.data('cke-saved-name')||b.getAttribute('name')||'');},commit:function(b){if(this.getValue())b.data('cke-saved-name',this.getValue());else{b.data('cke-saved-name',false);b.removeAttribute('name');}}},{type:'hbox',widths:['50%','50%'],children:[{id:'cols',type:'text',label:a.lang.textarea.cols,'default':'',accessKey:'C',style:'width:50px',validate:CKEDITOR.dialog.validate.integer(a.lang.common.validateNumberFailed),setup:function(b){var c=b.hasAttribute('cols')&&b.getAttribute('cols');this.setValue(c||'');},commit:function(b){if(this.getValue())b.setAttribute('cols',this.getValue());else b.removeAttribute('cols');}},{id:'rows',type:'text',label:a.lang.textarea.rows,'default':'',accessKey:'R',style:'width:50px',validate:CKEDITOR.dialog.validate.integer(a.lang.common.validateNumberFailed),setup:function(b){var c=b.hasAttribute('rows')&&b.getAttribute('rows');this.setValue(c||'');},commit:function(b){if(this.getValue())b.setAttribute('rows',this.getValue());else b.removeAttribute('rows');}}]},{id:'value',type:'textarea',label:a.lang.textfield.value,'default':'',setup:function(b){this.setValue(b.$.defaultValue);},commit:function(b){b.$.value=b.$.defaultValue=this.getValue();}}]}]};});

Version data entries

58 entries across 55 versions & 11 rubygems

Version Path
spiderfw-1.0.1 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
spiderfw-1.0.0 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
spiderfw-0.6.39 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
spiderfw-0.6.38 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
spiderfw-0.6.37 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
spiderfw-0.6.35 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
spiderfw-0.6.34 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
spiderfw-0.6.33 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
spiderfw-0.6.32 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
spiderfw-0.6.31 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
spiderfw-0.6.30 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
spiderfw-0.6.29 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
spiderfw-0.6.28 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
ckeditor4ruby-0.0.1 ckeditor/plugins/forms/dialogs/textarea.js
erp_app-3.0.7 public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/textarea.js
spiderfw-0.6.27 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
erp_app-3.0.6 public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/textarea.js
erp_app-3.0.5 public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/textarea.js
erp_app-3.0.4 public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/textarea.js
erp_app-3.0.3 public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/textarea.js