Ticket #3425: 3425.patch

File 3425.patch, 1.8 KB (added by Martin Kou, 15 years ago)
  • _source/plugins/forms/dialogs/textarea.js

     
    77        return {
    88                title : editor.lang.textarea.title,
    99                minWidth : 350,
    10                 minHeight : 140,
     10                minHeight : 150,
    1111                onShow : function()
    1212                {
    1313                        var element = this.getParentEditor().getSelection().getSelectedElement();
  • _source/plugins/forms/dialogs/select.js

     
    132132        return {
    133133                title : editor.lang.select.title,
    134134                minWidth : 375,
    135                 minHeight : 290,
     135                minHeight : 300,
    136136                onShow : function()
    137137                {
    138138                        this.setupContent( 'clear' );
  • _source/plugins/flash/dialogs/flash.js

     
    177177
    178178                return {
    179179                        title : editor.lang.flash.title,
    180                         minWidth : 400,
     180                        minWidth : 420,
    181181                        minHeight : 310,
    182182                        onLoad : function()
    183183                        {
  • _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<!--
    32Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
    43For licensing, see LICENSE.html or http://ckeditor.com/license
    54-->
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy