1金币
最佳答案您好,可以参考下这里的示例:
单元格类型插件示例:LayDateCellType - 活字格V8帮助手册 - 葡萄城产品文档中心 (grapecity.com.cn)
如果是加载时执行的方法,就放在onLoad下面,例如:
LayDateCellType.prototype.onLoad = function () {}
如果是单元格执行的方法,就放在execute下面,例如:
LayDateCellType.prototype.execute= function () {}
| |
| |
| |