Hi!
I have two textarea fields with WYSIWYG enabled in the multiplier container.
I am adding new entries, but somehow these textarea fields looks like fully functional and do not respond on clicking.
&tmpl=component does not solve the problem; fields are active; same fields not in multiplier works good.
What should it be? Please advice.
I have two textarea fields with WYSIWYG enabled in the multiplier container.
I am adding new entries, but somehow these textarea fields looks like fully functional and do not respond on clicking.
&tmpl=component does not solve the problem; fields are active; same fields not in multiplier works good.
What should it be? Please advice.
Hi tempus,
The WYSIWYG editor is loaded when the page loads and - at that time - your multiplier elements don't exist. You could possibly do this with custom JavaScript, otherwise plain textareas will work OK.
Bob
The WYSIWYG editor is loaded when the page loads and - at that time - your multiplier elements don't exist. You could possibly do this with custom JavaScript, otherwise plain textareas will work OK.
Bob
Is it necessary to make custom event in the form setup? Unfortunately i don't know how to write javascript. Can you please help me with it or just show some samples?
Thank you
Thank you
Hi tempus,
I've never tried to add WYSIWYG editors to a repeater. If you know someone who has some JavaScript skills then there are FAQS on using the Multiplier and on adding an editor to a textarea.
Bob
I've never tried to add WYSIWYG editors to a repeater. If you know someone who has some JavaScript skills then there are FAQS on using the Multiplier and on adding an editor to a textarea.
Bob
Hi tempus,
If you can rebuild the form in v6 (you can keep your v5 form, install v6 on the same website and test it) then you can add a button beside your textarea which when clicked can enable the wysiwyg editor (provided that you use the tinymce editor included in Chronoforms).
Would this be a satisfying solution for you ?
Best regards,
Max
If you can rebuild the form in v6 (you can keep your v5 form, install v6 on the same website and test it) then you can add a button beside your textarea which when clicked can enable the wysiwyg editor (provided that you use the tinymce editor included in Chronoforms).
Would this be a satisfying solution for you ?
Best regards,
Max
This topic is locked and no more replies can be posted.