#1890: Table Styles: Border, Background color -----------------------------+---------------------------------------------- Reporter: estan | Type: New Feature Status: new | Priority: Normal Milestone: | Component: UI : Dialogs Version: FCKeditor 2.5.1 | Keywords: Table, style, border, background color -----------------------------+---------------------------------------------- Hi guys,
I did some recoding of fck_table.html For the user interface I copied the border color and background color from fck_tablecell.html, so the fcklang will still carry 'cell' instead of 'table'. If you like it, i can clean up the code and take that part on me. I have added the border-style myself. So to have a translation for it, add the following lines to the language javascript files. (I have only English, Spanish, Dutch) en.js: DlgTableBorderStyle : "Border Style", es.js: DlgTableBorderStyle : "Stilo de Borde", nl.js: DlgTableBorderStyle : "Randstijl", the file fck_table.html will be attached. Note, to have a better view on the dialog, you need to update the size of the dialog window in fckcommands.js case 'Table' : oCommand = new FCKDialogCommand( 'Table' , FCKLang.DlgTableTitle , 'dialog/fck_table.html' , 480, 300 ) ; break ; I hope you like it. -- Ticket URL: <http://dev.fckeditor.net/ticket/1890> FCKeditor <http://www.fckeditor.net> The text editor for Internet ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ FCKeditor-Trac mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fckeditor-trac
