capricorncd / zx-editor

The HTML document (rich text) editor in Smart phone browser or webview, supporting mixed layout, reference, headline, unordered list, font color, bold and italics. 移动端HTML文档(富文本)编辑器,支持图文混排、引用、大标题、无序列表,字体颜色、加粗、斜体
https://capricorncd.github.io/zx-editor/demo
331 stars 100 forks source link

如何监听content内容变化 #20

Closed dzcms closed 5 years ago

dzcms commented 5 years ago

有没有相关的事件呢

capricorncd commented 5 years ago

监听content变化的作用是?

capricorncd commented 5 years ago
zxEditor.on('change', function (type, zxeditor) {
  // type: 'content'
 // zxeditor 编辑器实例
  console.log(type, zxeditor)
})