ckeditor content into textarea on change event - beginner

前端 未结 1 741
忘了有多久
忘了有多久 2021-01-15 00:03

I am trying to get the contents of my ckeditor to be entered into the associated textarea as the user enters the value into the ckeditor.

I have read several helpful

相关标签:
1条回答
  • 2021-01-15 00:47

    Try calling this function in the onchange event

    CKEDITOR.instances[i].updateElement();
    
    0 讨论(0)
提交回复
热议问题