⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

[Bootstrap Theme] Update and Go Back To List not changing text field using Tinymce



Juan Tagapagkodigo

Juan Tagapagkodigo
  • profile picture
  • Member

Posted 19 February 2016 - 18:08 PM

Hi,

I'm using tinymce 4.3.4

            tinymce.init({
              selector: 'textarea.texteditor',
              height: 500,
                plugins: [
                     "advlist autolink link image lists charmap print preview hr anchor pagebreak",
                     "searchreplace wordcount visualblocks visualchars insertdatetime media nonbreaking",
                     "table contextmenu directionality emoticons paste textcolor responsivefilemanager code"
               ],
               toolbar1: "undo redo | bold italic underline | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | styleselect",
               toolbar2: "| responsivefilemanager | link unlink anchor | image media | forecolor backcolor  | print preview code ",
               image_advtab: true               
            }); 

No problem when update only, when clicking button "Update and Go Back To List",  the text field using Tinymce is not saving/changing but success notification.

 

My question, how is the mechanism of Posting form values to "update_validation" ajax, how the text field using tinymce triggers save upon change?

 

 

Regards,

Llino