Posts by Blackhawk • 1 point
4 posts
-
0
votes1
answer72
viewsA: How to print several textarea (used with Tinymce), which are written in BLOB, in a single PDF?
in a forum from another country, I received a suggestion: not to use the FPDF but to print from Tinymce’s own print (but then the user would have to have a PDF print drive on his machine, like…
-
0
votes1
answer72
viewsQ: How to print several textarea (used with Tinymce), which are written in BLOB, in a single PDF?
I have several textarea (more than 20), on different pages of PHP and use Tinymce as editor of all these textarea. All are written to Mysql as BLOB, since all textarea allows text and image, and…
-
0
votes1
answer340
viewsA: Disable Textarea (with Tinymce) when loading mysql data
As I commented above, after a good night’s sleep I found a solution. I created another tinymce script, but I changed the name of the Selector and inserted the readonly=1, menubar=false and left only…
-
0
votes1
answer340
viewsQ: Disable Textarea (with Tinymce) when loading mysql data
To disable a textarea with tinymce I used the code tinyMCE.get('id_textarea').getBody().setAttribute('contenteditable', false); within a Javascript script, with an onclick event of a button, and it…