﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1890	Table Styles: Border, Background color	Stijn René Cumps		"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.


"	New Feature	closed	Normal		General	FCKeditor 2.5.1	duplicate	HasPatch	pomu@…
