CKEditor, AJAX Save

后端 未结 10 1482
走了就别回头了
走了就别回头了 2021-01-03 01:22

Can you provide an example on how to setup CKEditor to save via AJAX using the Save button in the CKEditor toolbar?

I\'m interested in creating a CKEditor AJAX save

10条回答
  •  天命终不由人
    2021-01-03 01:48

    If you have no html-form around the element you may notice that initially the button is disabled, this behave is unfortunately hardcoded. To enable it you must change the state of the button.

    This is my code:

    
    

提交回复
热议问题