Quill是一个跨平台的开源web富文本编辑器,可扩展的架构设计,提供丰富的 API 方便用户进行插件拓展定制。
嵌入网页的快速使用方法:
<!-- Include stylesheet -->
<link href="https://cdn.quilljs.com/1.0.2/quill.snow.css" rel="stylesheet">
<!-- Create the editor container -->
<div id="editor">
<p>Hello World!</p>
<p>Some initial <strong>bold</strong> text</p>
<p><br></p>
</div>
<!-- Include the Quill library -->
<script src="https://cdn.quilljs.com/1.0.2/quill.js"></script>
<!-- Initialize Quill editor -->
<script type="text/javascript">
var quill = new Quill('#editor', {
theme: 'snow'
});
</script>
官网:http://quilljs.com/
ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/fIr1ax ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net bit.ly/2EzoUDo bit.ly/2tW6eYT bit.ly/2X6vadl bit.ly/2viLpHU linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com v.gd/2P9wTx v.gd/FtfpqE v.gd/eMfHsm v.gd/Ub7mqv v.gd/RReVk0 v.gd/vS3uTI v.gd/4Zxmba
Total Pageviews
Sunday, 28 May 2023
富文本编辑器Quill
Labels:
css,
javascript
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment