• textarea标签改写为富文本框编辑器KindEditor


    下载 - KindEditor - 在线HTML编辑器

    KindEditor的简单使用-CSDN博客

    一、 Maven需要的依赖:

    如果依赖无法下载,可以多添加几个私服地址:

            在Maven框架中加入镜像私服

    1. nexus-aliyun
    2. central
    3. Nexus aliyun
    4. http://maven.aliyun.com/nexus/content/groups/public/
    5. alimaven
    6. aliyun maven
    7. http://maven.aliyun.com/nexus/content/groups/public/
    8. central
    9. alimaven
    10. central
    11. aliyun maven
    12. http://maven.aliyun.com/nexus/content/repositories/central/
    13. ibiblio
    14. central
    15. Human Readable Name for this Mirror.
    16. http://mirrors.ibiblio.org/pub/mirrors/maven2/
    17. jboss-public-repository-group
    18. central
    19. JBoss Public Repository Group
    20. http://repository.jboss.org/nexus/content/groups/public
    21. central
    22. Maven Repository Switchboard
    23. http://repo1.maven.org/maven2/
    24. central
    25. repo2
    26. central
    27. Human Readable Name for this Mirror.
    28. http://repo2.maven.org/maven2/

    二、富文本编辑器KindEditor:

    下载 - KindEditor - 在线HTML编辑器


    三、在jsp界面引入kindeditor相关依赖:

    1. "stylesheet" type="text/css" href="${pageContext.request.contextPath}/kindeditor/themes/default/default.css">
    2. "stylesheet" type="text/css" href="${pageContext.request.contextPath}/kindeditor/plugins/code/prettify.css">