Sha256: 7ca0cc584336ab16b90ccce9d0a8940e6c118307efcb422eb45dbb60f0dfd41f

Contents?: true

Size: 1.75 KB

Versions: 104

Compression:

Stored size: 1.75 KB

Contents

/*
Copyright (c) 2003-2010, 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:150,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.getAttribute('_cke_saved_name')||b.getAttribute('name')||'');},commit:function(b){if(this.getValue())b.setAttribute('_cke_saved_name',this.getValue());else{b.removeAttribute('_cke_saved_name');b.removeAttribute('name');}}},{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');}}]}]};});

Version data entries

104 entries across 104 versions & 10 rubygems

Version Path
site_logic-1.6.10 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
editorial_logic-1.1.6 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
editorial_logic-1.1.5 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
site_logic-1.6.9 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
blog_logic-0.7.6 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
blog_logic-0.7.5 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
blog_logic-0.7.4 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
blog_logic-0.7.3 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
blog_logic-0.7.2 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
editorial_logic-1.1.4 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
site_logic-1.6.8 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
editorial_logic-1.1.3 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
editorial_logic-1.1.2 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
site_logic-1.6.7 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
site_logic-1.6.6 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
editorial_logic-1.1.1 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
editorial_logic-1.1.0 public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
spiderfw-0.6.1 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
spiderfw-0.6.0 apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
radiant-ck_editor_filter-extension-0.2.0 public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/textarea.js