<![CDATA[ TinyMCE and Chunks - My Forums]]> https://forums.modx.com/thread/?thread=45697 <![CDATA[Re: TinyMCE and Chunks]]> https://forums.modx.com/thread/45697/tinymce-and-chunks#dis-post-264448 deano_martin Jun 17, 2009, 08:07 PM https://forums.modx.com/thread/45697/tinymce-and-chunks#dis-post-264448 <![CDATA[Re: TinyMCE and Chunks]]> https://forums.modx.com/thread/45697/tinymce-and-chunks#dis-post-264447 djembe Apr 30, 2009, 09:16 AM https://forums.modx.com/thread/45697/tinymce-and-chunks#dis-post-264447 <![CDATA[Re: TinyMCE and Chunks]]> https://forums.modx.com/thread/45697/tinymce-and-chunks#dis-post-264446 manager/actions/mutate_htmlsnippet.dynamic.php change :
if (isset($_POST['which_editor']))
        $which_editor = $_POST['which_editor'];
else    $which_editor = 'none';

to :
if (isset($_POST['which_editor']))
        $which_editor = $_POST['which_editor'];
else    $which_editor = 'TinyMCE';

]]>
bunk58 Apr 30, 2009, 04:43 AM https://forums.modx.com/thread/45697/tinymce-and-chunks#dis-post-264446
<![CDATA[TinyMCE and Chunks]]> https://forums.modx.com/thread/45697/tinymce-and-chunks#dis-post-264445
Thanks much.]]>
djembe Apr 29, 2009, 10:44 PM https://forums.modx.com/thread/45697/tinymce-and-chunks#dis-post-264445