Wysiwyg not showing on FEU side

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Torpedine
Forum Members
Forum Members
Posts: 142
Joined: Thu May 18, 2006 3:53 pm

Wysiwyg not showing on FEU side

Post by Torpedine »

I am using the latest versions of CMS Made Simple and modules, but in the FEU side of modules, no WYSIWYG module shows, even if the checkbox "activate/deactivate WYSIWYG" is shown.

The WYSIWYG module is properly selected in the system preferences...
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Wysiwyg not showing on FEU side

Post by Dr.CSS »

What module is trying to call the wysiwyg on the front end..?
psy
Power Poster
Power Poster
Posts: 463
Joined: Sat Jan 22, 2005 11:19 am

Re: Wysiwyg not showing on FEU side

Post by psy »

I recently had the same issue using a custom ListIt2 instance with ListIt2FEEdit.

Solution for me was to include CKEditor in the page template (or page metadata box), for example:

Code: Select all

<__script__ src="//cdn.ckeditor.com/4.4.4/standard/ckeditor.js"></__script>
{literal}
<__script__>
$('input[type="submit"]').on('click',function(e){
    e.preventDefault();
    for ( instance in CKEDITOR.instances )
        CKEDITOR.instances[instance].updateElement();
       $(this).closest('form').submit();
}
</__script>
{/literal}
Above assumes jQuery is preloaded. CKEditor worked perfectly.

More on CKEditor found at "http://ckeditor.com/".
Torpedine
Forum Members
Forum Members
Posts: 142
Joined: Thu May 18, 2006 3:53 pm

Re: Wysiwyg not showing on FEU side

Post by Torpedine »

I tried TinyMCE and MicroTiny
Post Reply

Return to “Modules/Add-Ons”