文件名称:RichText:所见即所得编辑器开发为jQuery插件
文件大小:54KB
文件格式:ZIP
更新时间:2024-05-18 17:45:46
javascript html jquery-plugin wysiwyg wysiwyg-html-editor
富文本 所见即所得编辑器开发为jQuery插件。 要求 (建议v.3 +,v.3.2 +) FontAwesome( / ) src/jquery.richtext.min.js src/richtext.min.css 初始化编辑器 只需在jQuery('textarea')或jQuery('input')字段上调用.richText() jQuery('textarea')也允许使用其他HTML标记,但不建议这样做)。 选项 .richText()允许设置几个选项,默认选项对象是: $ ( element ) . richText ( { // text formatting bold : true , italic : true , underline : true , // text alignment leftAlign : true ,
【文件预览】:
RichText-master
----.gitignore(18B)
----README.md(8KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(797B)
--------FUNDING.yml(722B)
--------ISSUE_TEMPLATE()
----examples()
--------css()
--------multipleEditors.html(790B)
--------fontawesome5.html(673B)
--------index.html(839B)
----LICENSE(34KB)
----info.json(166B)
----package.json(622B)
----CONTRIBUTING.md(3KB)
----src()
--------richtext.min.css(7KB)
--------jquery.richtext.min.js(48KB)
--------jquery.richtext.js(93KB)
--------richtext.scss(9KB)