1.0.1 • Published 6 years ago

wox-admin-media-editor v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

wox-react-component image

API

属性说明类型默认值
callback回调函数,返回 { keyName: 当前值 }Function
keyName返回对象的属性名Stringvalue
url服务器地址String
value富文本框值String
className编辑器的样式名String
style编辑器的内联样式Object

Usage

import WoxMediaEditor from 'wox-admin-media-editor';

render(
  <WoxMediaEditor
    value='<p>啦啦啦,我是卖报的小行家</p>'
    callback={this.changeData}
    keyName='myData'
    url='//upload.quimg.com/wximg/operation/upload'
  />,
  rootEle
);

Doc

github](https://github.com/margox/braft-editor)

使用文档

在线演示