You are not logged in.
Pages: 1
I would like to not allow for tables to inserted within tables. How could I implement this?
Offline
Only way I can think off the top of my head would be to hook into updateToolbar (I think there is a plugin method which can hook here) and then scan the edited dom to find such table-in-table and remove it. But I think it would be quite slow.
James Sleeman
Offline
Never mind, I've got it!
Offline
Pages: 1