Hello.
I am adding and advanced borders tab to the table dialog. The new tab doesn't fit in the dialog window because the dialog window is too short.
I have changed the dialog height in fckcommands.js:
case 'Table' : oCommand = new FCKDialogCommand( 'Table' , FCKLang.DlgTableTitle , 'dialog/fck_table.html' , 400, 400 ) ; break ;
case 'TableProp' : oCommand = new FCKDialogCommand( 'Table' , FCKLang.DlgTableTitle , 'dialog/fck_table.html?Parent', 400, 400 ) ; break ;
I wonder if there are a better way to change a dialog size without change the official code.
Thanks.
I am adding and advanced borders tab to the table dialog. The new tab doesn't fit in the dialog window because the dialog window is too short.
I have changed the dialog height in fckcommands.js:
case 'Table' : oCommand = new FCKDialogCommand( 'Table' , FCKLang.DlgTableTitle , 'dialog/fck_table.html' , 400, 400 ) ; break ;
case 'TableProp' : oCommand = new FCKDialogCommand( 'Table' , FCKLang.DlgTableTitle , 'dialog/fck_table.html?Parent', 400, 400 ) ; break ;
I wonder if there are a better way to change a dialog size without change the official code.
Thanks.