zoukankan      html  css  js  c++  java
  • 百度Ueditor编辑器取消多图上传对话框中的图片搜索

    百度Ueditor确实是一个非常强悍的编辑器,功能强大!但是实际开发需求复杂,总会有各种不符合要求的,比如想要取消多图上传的“图片搜索”选项卡(这个图片搜索真心难用)!

    以ueditor 1.4.3为例:

    1.打开ueditor1.4.3dialogsimageimage.html

    2.删除第25行

    <span class="tab" data-content-id="search"><var id="lang_tab_search"></var></span>

    3.删除第101到114行:

    <div id="search" class="panel">
    <div class="searchBar">
    <input id="searchTxt" class="searchTxt text" type="text" />
    <select id="searchType" class="searchType">
    <option value="&s=4&z=0"></option>
    <option value="&s=1&z=19"></option>
    <option value="&s=2&z=0"></option>
    <option value="&s=3&z=0"></option>
    </select>
    <input id="searchReset" type="button" />
    <input id="searchBtn" type="button" />
    </div>
    <div id="searchList" class="searchList"><ul id="searchListUl"></ul></div>
    </div>

    保存即可!

      

  • 相关阅读:
    linux getch()实现
    cppcheck 下载与安装(Liunx)
    apt-get 命令
    nanopb 文档
    VS调试技术
    c 单元测试 check
    GDB 调试
    GCC选项 –I,-l,-L
    作业66
    zhuoye
  • 原文地址:https://www.cnblogs.com/dragondean/p/ueditor-insertimage-serchonline.html
Copyright © 2011-2022 走看看