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