Ticket #3425: 3425.patch
File 3425.patch, 1.8 KB (added by , 14 years ago) |
---|
-
_source/plugins/forms/dialogs/textarea.js
7 7 return { 8 8 title : editor.lang.textarea.title, 9 9 minWidth : 350, 10 minHeight : 1 40,10 minHeight : 150, 11 11 onShow : function() 12 12 { 13 13 var element = this.getParentEditor().getSelection().getSelectedElement(); -
_source/plugins/forms/dialogs/select.js
132 132 return { 133 133 title : editor.lang.select.title, 134 134 minWidth : 375, 135 minHeight : 290,135 minHeight : 300, 136 136 onShow : function() 137 137 { 138 138 this.setupContent( 'clear' ); -
_source/plugins/flash/dialogs/flash.js
177 177 178 178 return { 179 179 title : editor.lang.flash.title, 180 minWidth : 4 00,180 minWidth : 420, 181 181 minHeight : 310, 182 182 onLoad : function() 183 183 { -
_samples/sample.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <!-- 1 <!-- 3 2 Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. 4 3 For licensing, see LICENSE.html or http://ckeditor.com/license 5 4 -->