Hi Abu
tinymce has this problem:
It’s impossible to write into some controls (e.g. to indicate a link name in the link control or image name in the image control or table characteristics in the table control, …).
I tried also into your example (https://www.gridphp.com/demo/demos/integrations/tinymce.php)
Doesn’t work
How I can do?
Tks in advance
Massimo Gagliardi
2 Answers
Hi,
I just updated the demo with a fix. See following link, line 183
https://www.gridphp.com/demo/demos/integrations/tinymce.phps
Added following in link_editor function.
jQuery(document).unbind(‘keypress’).unbind(‘keydown’);
Your Answer