单元格中添加注释

描述性

向电子表格单元格添加批注

插件类型 :可视非系统

支持编辑器 :电子表格

AddCommentInCell
安装

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

用法
  1. 选择您想评论的单元格
  2. 打开插件标签并按示例插入单元格注释.
  3. 输入字段注释文本并按添加注释按钮.
插件结构

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

  1. config.json,索引.htmlcodejs
  2. 图标
配置
{     "name" : "Example add comment",     "guid" : "asc.{89643394-0F74-4297-9E0B-541A67F1E98C}",      "variations" : [         {             "description" : "Example add comment",             "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"        : false,             "EditorsSupport"  : ["cell"],              "isVisual"        : true,             "isModal"         : false,             "isInsideMode"    : true,              "initDataType"    : "none",             "initData"        : "",              "buttons"         : []           }     ] }
方法事件
支持

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