搜索替换

描述性

搜索目标文本代之以别的东西

插件类型 :可视非系统

支持编辑器 :文档记录

SearchandReplace
安装

下载插件自GitHub并安装后台式计算机,原封不动云层安装指令

用法
  1. 将搜索文本插入文档arrCodes插件代码中)
  2. 打开插件标签并按实例搜索替换.
  3. 输入文本替换字段并按按钮.
插件结构

Github存储器https://github.com/ONLYOFFICE/sdkjs-plugins/tree/master/example_search_replace.

  1. config.json,索引.htmlcodejs
  2. 图标
配置
{     "name" : "Example of search and replace",     "guid" : "asc.{5FF5F75F-2977-4B98-8D36-7C406D610B90}",      "variations" : [         {             "description" : "Example of search and replace",             "url"         : "index.html",              "icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],             "icons2": [                 {                     "style" : "light",                                          "100%": {                         "normal": "resources/light/icon.png"                     },                     "125%": {                         "normal": "resources/light/icon@1.25x.png"                     },                     "150%": {                         "normal": "resources/light/icon@1.5x.png"                     },                     "175%": {                         "normal": "resources/light/icon@1.75x.png"                     },                     "200%": {                         "normal": "resources/light/icon@2x.png"                     }                 },                 {                     "style" : "dark",                                          "100%": {                         "normal": "resources/dark/icon.png"                     },                     "125%": {                         "normal": "resources/dark/icon@1.25x.png"                     },                     "150%": {                         "normal": "resources/dark/icon@1.5x.png"                     },                     "175%": {                         "normal": "resources/dark/icon@1.75x.png"                     },                     "200%": {                         "normal": "resources/dark/icon@2x.png"                     }                 }             ],             "isViewer"        : true,             "EditorsSupport"  : ["word"],              "isVisual"        : true,             "isModal"         : true,             "isInsideMode"    : false,              "initDataType"    : "none",             "initData"        : "",              "buttons"         : []         }     ] }
方法事件
支持

如果要请求特性或报告关于此插件的故障,请使用问题段GitHub.