How do i disable the pasting of tables in tinyMCE -



How do i disable the pasting of tables in tinyMCE -

i'm using on tinymce on site, , don't want users able utilize tables. disabled table plugin, can still paste tables.

how disable them completely?

use valid_elements configuration section, , remove table, tablehead, td etc. elements default valid elements string.

table tinymce paste

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -