0.1.9 • Published 3 years ago

@seada/rich-editor v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@seada/rich-editor

基于 wangEditor-for-React 开发的富文本编辑器低代码组件。

API

通过 ref 获取编辑器实例,然后调用编辑器 API 完成操作。

const editor = this.$('rich_editor_xxx').editor;

// 获取当前编辑器纯文本内容
const text = editor.getText();
// 获取非格式化的html
const html = editor.getHtml();
// 重置编辑器的html内容
editor.setHtml('<p>hello world</p>');
// 更多api请参考https://www.wangeditor.com/v5/API.html
...
0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago