基本信息
源码名称:wangeditor-文本编辑器
源码大小:1.60M
文件格式:.zip
开发语言:js
更新时间:2021-02-02
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

wangEditor-mobile 真正适用于手指触摸的富文本编辑器!
wangEditor-mobile 是一款专门为手机、平板操作而设计、开发的富文本编辑器。它和传统编辑器相比,应该适用于小屏幕、手指触摸操作。
wangEditor-mobile 支持的系统和浏览器:

iOS:safari、chrome、UC、QQ浏览器、微信;
安卓:chrome、UC、QQ浏览器、微信;

wangEditor-mobile-0.0.3.2

├── Gruntfile.js
├── README.md
├── dist
│   ├── css
│   │   ├── fonts
│   │   │   ├── icomoon.eot
│   │   │   ├── icomoon.svg
│   │   │   ├── icomoon.ttf
│   │   │   └── icomoon.woff
│   │   ├── wangEditor-mobile.css
│   │   └── wangEditor-mobile.min.css
│   └── js
│       ├── lib
│       │   ├── zepto.js
│       │   └── zepto.touch.js
│       ├── wangEditor-mobile.js
│       └── wangEditor-mobile.min.js
├── package.json
├── server.js
├── src
│   ├── css
│   │   ├── parts
│   │   │   ├── box-flex.css
│   │   │   ├── box-flex.less
│   │   │   ├── icon.css
│   │   │   ├── menu-container.css
│   │   │   ├── menu-container.less
│   │   │   ├── modal.css
│   │   │   ├── modal.less
│   │   │   ├── txt.css
│   │   │   └── txt.less
│   │   └── wangEditor-mobile.css
│   └── js
│       ├── parts
│       │   ├── 00100-extend-fn.js
│       │   ├── 00200-check.js
│       │   ├── 00300-constructor.js
│       │   ├── 00301-E-alert.js
│       │   ├── 00302-E-agent.js
│       │   ├── 00400-E-config.js
│       │   ├── 00500-editor-config.js
│       │   ├── 00501-editor-file-upload.js
│       │   ├── 00510-add-txt.js
│       │   ├── 00600-add-menu.js
│       │   ├── 00700-add-menu-bold.js
│       │   ├── 00800-add-menu-head.js
│       │   ├── 00900-add-menu-color.js
│       │   ├── 01000-add-menu-quote.js
│       │   ├── 01100-add-menu-list.js
│       │   ├── 01200-add-menu-check.js
│       │   ├── 01201-add-menu-happy.js
│       │   ├── 01202-add-menu-img.js
│       │   ├── 01300-render-txt.js
│       │   ├── 01400-render-menu.js
│       │   ├── 01500-bind-event-document.js
│       │   ├── 01600-bind-event-txt.js
│       │   ├── 01700-bind-event-menu-container.js
│       │   ├── 01800-bind-event-menu-btn.js
│       │   ├── 01900-api-txt.js
│       │   ├── 02000-api-menu-container.js
│       │   ├── 02001-api-menus.js
│       │   ├── 02100-api-command.js
│       │   ├── 02200-api-range.js
│       │   ├── 02300-api-editor.js
│       │   └── 99900-init.js
│       └── wangEditor-mobile.js
└── test
    ├── demo.html
    ├── icomoon
    │   ├── Read Me.txt
    │   ├── demo-files
    │   │   ├── demo.css
    │   │   └── demo.js
    │   ├── demo.html
    │   ├── fonts
    │   │   ├── icomoon.eot
    │   │   ├── icomoon.svg
    │   │   ├── icomoon.ttf
    │   │   └── icomoon.woff
    │   ├── selection.json
    │   └── style.css
    ├── img
    │   └── daminghu.png
    └── z-test.html

15 directories, 69 files