Changeset 453 for FCKeditor/trunk/editor/dialog/fck_tablecell.html
- Timestamp:
- 2007-07-15 23:25:15 (18 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/dialog/fck_tablecell.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' ) ;