angular 富文本编辑器


推荐:textAngular (能在bootstrap modal里面使用,其他大多不能用,特别是使用iframe渲染的 只会渲染一次 第2次弹层不会渲染。测试过好几个)

static:

textAngular.css

textAngular-rangy.min.js

textAngular-sanitize.min.js

textAngular.min.js

 

<div text-angular ng-model="formData.richtext"></div>

taOptions-- factory

taOptions.toolbar = [
  ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p'/*, 'pre', 'quote'*/],
  ['bold', 'italics'/*, 'underline', 'strikeThrough', 'ul', 'ol', 'redo', 'undo', 'clear'*/],
  ['justifyLeft', 'justifyCenter', 'justifyRight'/*, 'indent', 'outdent'*/],
  [/*'html', */'insertImage'/*,'insertLink', 'insertVideo', 'wordcount', 'charcount'*/]
];

 

参考:https://github.com/fraywing/textAngular


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM