Changeset 4916
- Timestamp:
- 01/12/10 19:39:31 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/tabletools/dialogs/tableCell.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r4894 r4916 46 46 <ul> 47 47 <li><a href="http://dev.fckeditor.net/ticket/4944">#4944</a> : Fixed a bug where nested list structure with inconsequent levels are not pasted correclty from MS-Word.</li> 48 <li><a href="http://dev.fckeditor.net/ticket/4637">#4637</a> : Table cells' 'nowrap' attribute is not loaded to cell property dialog. Thanks to pomu0325.</li> 48 49 </ul> 49 50 <h3> -
CKEditor/trunk/_source/plugins/tabletools/dialogs/tableCell.js
r4858 r4916 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 {
Note: See TracChangeset
for help on using the changeset viewer.
