Hi,
We are using the Tiny MCE editor. When users paste tables from Word documents the formatting is stripped from the table. We understand that there is a Paste plugin that is probably stripping out the Word coding. However, is there any way to enable Word tables?
We also tried turning on the Table plugin in TinyMCE. The table buttons work fine and it is possible to create a table in the editor, however when we preview or save the topic, the table is not displayed and the content is unstructured. Here is the init code we used:
plugins : "table",
theme_advanced_buttons3_add : "tablecontrols",
table_styles : "Header 1=header1;Header 2=header2;Header 3=header3",
table_cell_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Cell=tableCel1",
table_row_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1",
table_cell_limit : 100,
table_row_limit : 5,
table_col_limit : 5
Are we missing something?
Thanks
D