Ticket #3859: 3859.patch

File 3859.patch, 1.4 KB (added by Artur Formella, 15 years ago)
  • _source/plugins/flash/dialogs/flash.js

     
    356356                                                                {
    357357                                                                        type : 'text',
    358358                                                                        id : 'width',
     359                                                                        style : 'width:95px',
    359360                                                                        label : editor.lang.flash.width,
    360361                                                                        validate : CKEDITOR.dialog.validate.integer( editor.lang.flash.validateWidth ),
    361362                                                                        setup : function( objectNode, embedNode, paramMap, fakeImage )
     
    378379                                                                {
    379380                                                                        type : 'text',
    380381                                                                        id : 'height',
     382                                                                        style : 'width:95px',
    381383                                                                        label : editor.lang.flash.height,
    382384                                                                        validate : CKEDITOR.dialog.validate.integer( editor.lang.flash.validateHeight ),
    383385                                                                        setup : function( objectNode, embedNode, paramMap, fakeImage )
     
    400402                                                                {
    401403                                                                        type : 'text',
    402404                                                                        id : 'hSpace',
     405                                                                        style : 'width:95px',
    403406                                                                        label : editor.lang.flash.hSpace,
    404407                                                                        validate : CKEDITOR.dialog.validate.integer( editor.lang.flash.validateHSpace ),
    405408                                                                        setup : loadValue,
     
    408411                                                                {
    409412                                                                        type : 'text',
    410413                                                                        id : 'vSpace',
     414                                                                        style : 'width:95px',
    411415                                                                        label : editor.lang.flash.vSpace,
    412416                                                                        validate : CKEDITOR.dialog.validate.integer( editor.lang.flash.validateVSpace ),
    413417                                                                        setup : loadValue,
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy