How do I submit a form with CKEditor

  • 2020-03-30 01:17:10
  • OfStack

Add this sentence to the commit event
 
for ( instance in CKEDITOR.instances ) 
CKEDITOR.instances[instance].updateElement(); 

Related articles: