How can I make the tablefield module work with the ckeditor? Usually you can paste the path to include or exclude in the ck editor, but the tablefield module in the cck fields does not give you that option. Does anybody know how to manually make the ck editor point to the tablefield in cck?

Thanks

Comments

kevin hankens’s picture

The first thing would be to turn the text fields into textarea elements, see #840928: Textarea Instead of Textfield?. Then you might have to assign a class to them, but I'm not sure about that part.

renthead1978’s picture

i tried your advice, it did work, but it won't let me change it to full html, so it was useless and each cell had to be included in the ck editor which will take forever if you had hundreds of cells, is there are way to highlight the text in cells or make it flash by using javascript or the jquery library? how would you implement it?

lolandese’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Closing as "Won't fix" because the Drupal 6 version is unsupported and the issue doesn't seem to appear on Drupal 7 or 8. If you believe it does, feel free to reopen the issue and change the version as appropriate.

Of course you can also reopen the issue if you provide a patch that fixes the issue.