Changeset 1128
- Timestamp:
- 2007-11-28 05:05:09 (2 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fckcommands.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fckcommands.js
r1127 r1128 66 66 case 'Smiley' : oCommand = new FCKDialogCommand( 'Smiley' , FCKLang.DlgSmileyTitle , 'dialog/fck_smiley.html' , FCKConfig.SmileyWindowWidth, FCKConfig.SmileyWindowHeight ) ; break ; 67 67 case 'Table' : oCommand = new FCKDialogCommand( 'Table' , FCKLang.DlgTableTitle , 'dialog/fck_table.html' , 480, 250 ) ; break ; 68 case 'TableProp' : oCommand = new FCKDialogCommand( 'Table' , FCKLang.DlgTableTitle , 'dialog/fck_table.html?Parent', 4 00, 250 ) ; break ;68 case 'TableProp' : oCommand = new FCKDialogCommand( 'Table' , FCKLang.DlgTableTitle , 'dialog/fck_table.html?Parent', 480, 250 ) ; break ; 69 69 case 'TableCellProp': oCommand = new FCKDialogCommand( 'TableCell' , FCKLang.DlgCellTitle , 'dialog/fck_tablecell.html' , 550, 250 ) ; break ; 70 70 -
FCKeditor/trunk/_whatsnew.html
r1126 r1128 141 141 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1578">#1578</a>] The editor 142 142 will now scroll correctly when hitting enter in front of a paragraph.</li> 143 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1579">#1579</a>] Fixed the issue where the 144 create table and table properties dialogs are too narrow for certain translations.</li> 143 145 </ul> 144 146 <h3>