Ticket #4637: 4637.2.patch

File 4637.2.patch, 551 bytes (added by Alfonso Martínez de Lizarrondo, 14 years ago)

Proposed patch

  • tableCell.js

     
    187187                                                                                                [ langCell.yes, 'yes' ],
    188188                                                                                                [ langCell.no, 'no' ]
    189189                                                                                        ],
     190                                                                                        setup : function( selectedCell )
     191                                                                                        {
     192                                                                                                if ( selectedCell.getAttribute( 'noWrap' ) )
     193                                                                                                        this.setValue( 'no' );
     194                                                                                        },
    190195                                                                                        commit : function( selectedCell )
    191196                                                                                        {
    192197                                                                                                if ( this.getValue() == 'no' )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy