UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

24 lines (16 loc) 695 B
--- title: tinymce subtitle: Tinymce富文本 type: Third Widgets --- Tinymce富文本。 > 注:第三方小部件默认并未注册,细节见[定制小部件](https://ohayojp.com/form/customize)。 ## 源代码 [源代码](https://github.com/ohayojp/ohayo/tree/master/packages/form/widgets-third/tinymce)。 ## API ### ui 属性 | 成员 | 说明 | 类型 | 默认值 | |----|----|----|-----| | `[config]` | 配置项说明,[见官网](https://www.tinymce.com/docs/configure/integration-and-setup/) | `object` | - | | `[loading]` | 初始化提示文本 | `string` | `加载中...` | | `[change]` | 编辑器内容发生改变时会触发该事件 | `(html: string) => void` | - |