Changeset 453
- Timestamp:
- 2007-07-15 23:25:15 (17 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/dialog/fck_tablecell.html (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_tablecell.html
r132 r453 88 88 89 89 if ( GetE('selWordWrap').value == 'false' ) 90 aCells[i].noWrap = true ;90 SetAttribute( aCells[i], 'noWrap', 'nowrap' ) ; 91 91 else 92 92 aCells[i].removeAttribute( 'noWrap' ) ; -
FCKeditor/trunk/_whatsnew.html
r451 r453 120 120 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/931">#931</a>] The BodyId and BodyClass configuration 121 121 settings weren't applied in the preview window.</li> 122 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/583">#583</a>] The "noWrap" attribute for table cells 123 was getting an empty value in Firefox. Thanks to geirhelge.</li> 122 124 </ul> 123 125 <h3>