How to switch off TinyMCE iframe in ChronoForms 7

How to switch off TinyMCE iframe in ChronoForms 7.

Overview

The problem is that TinyMCE uses an iframe by default in the Text Area field, which may not be desired for certain layouts or integrations.
Disable the iframe mode by modifying the TinyMCE configuration in the ChronoForms plugin file, specifically in the g3.tinymce.js file, to use inline editing instead of iframe-based editing.

Co Colnem 14d ago
Answer
1 Likes

Hi

How to use iframe in Text Area field on Joomla 6 + CF7 (may be CF8) + TinyMCE ? Like this...

File:  \plugins\system\chronog3_plg\chronog3\assets\js\g3.tinymce.js

How to switch off TinyMCE iframe in ChronoForms 7 image 1

Enjoy...

Max_admin Max_admin 19h ago

Hi Colnem

Thanks for posting this one.

But why do you need to disable the iframe ?

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Co Colnem 37m ago

Hi Max

"But why do you need to disable the iframe ?"

No. I need to disable sandbox to add an iframe in a textarea (insert an Openrunner map).

Is it possible to add an option in Textarea element with to able/disable sandbox?

Thanks

Post a Reply