SunEditor not saving changes

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
wwonderfull
 
 
Posts: 1567
Joined: Fri Aug 21, 2020 8:27 am
Contact:

SunEditor not saving changes

Post by wwonderfull »

I think the SunEditor in editable content does not save any changes but when SummerNote is used it did save the changes. Can anyone check this problem and confirm?
User avatar
Pablo
 
Posts: 23267
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: SunEditor not saving changes

Post by Pablo »

SunEditor works a little different than the other editors.
You will have to enable the 'Save' button in the toolbar.
You can do this via Editor Settings.

For example:

Code: Select all

 buttonList: [
        ['undo', 'redo'],
        ['font', 'fontSize', 'formatBlock'],
        ['bold', 'underline', 'italic', 'strike', 'subscript', 'superscript'],
        ['fontColor', 'hiliteColor', 'textStyle'],
        ['save']]
Then clicking the 'Save' button will copy the content to the input.
User avatar
wwonderfull
 
 
Posts: 1567
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: SunEditor not saving changes

Post by wwonderfull »

Yes, that worked pablo thanks for the input :)
Post Reply