Ticket #4637: 4637.2.patch
File 4637.2.patch, 551 bytes (added by , 13 years ago) |
---|
-
tableCell.js
187 187 [ langCell.yes, 'yes' ], 188 188 [ langCell.no, 'no' ] 189 189 ], 190 setup : function( selectedCell ) 191 { 192 if ( selectedCell.getAttribute( 'noWrap' ) ) 193 this.setValue( 'no' ); 194 }, 190 195 commit : function( selectedCell ) 191 196 { 192 197 if ( this.getValue() == 'no' )