【小程序与APP专用】AppEditor后台文本编辑器 [ 技术分享 ]
AppEditor(内测版) 自己小程序项目(weipin5s)已经运用
小程序编辑器AppEditor 非富文本格式,敏捷传输与API接口
传统富文本编辑器不改变,我们来改变!!!
首创移动端模块编辑器,数据采用多维数组。 非富文本格式,敏捷传输与API接口。 是微信小程序与app不错的选择。`
用户界面:
体验地址:
使用方法:
1.页面引用 CSS 与 JS
<script src="jquery.min.js"></script>
<script charset="utf-8" src="appeditor.min.js"></script>
<link rel="stylesheet" href="appeditor.css">
2.页面容器
<div id="editor_id"></div>
3.初始化
var AppEdit = new AppEdit({
"el" : '#editor_id',
"name" : 'goods_detail',
'data' : "[{'text' : 12318498},{'image' : 'https://ss0.baidu.com/6ONWsjip0QIZ8tyhnq/it/u=643873983,4278247275&fm=58'},{'text' : 12318498}]"
});
4.方法说明
AppEdit({"el": '元素选择器' ,'name': '表单input隐藏值','data' : 'jsonString'}) 构造器 AppEdit.uploadbutton() 获取图片上传元素 AppEdit.uploadafter(url) 图片插件上传成功往编辑器插入内容 url是指 图片地址
5.下载链接:
温馨提醒:
样式可以在外边自定义,不建议修改插件内样式。
关于我们:
共 0 条回复
没有找到数据。
tpcms 杭州
注册时间:2016-12-07
最后登录:2022-08-03
在线时长:5小时5分
最后登录:2022-08-03
在线时长:5小时5分
- 粉丝4
- 金钱95
- 威望10
- 积分245