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
