Fishborne 发表于 2020-6-6 14:11:12

wijmo.grid.cellmaker.makeButton is not a function报错 is not a function


现象:
wijmo.grid.cellmaker.makeButton is not a function报错 is not a function


相关代码:
purejs 页面引用JS方式, 已引用


在应用前打印 , 是有makeButton这个function的


js 页面

KevinChen 发表于 2020-6-6 14:11:13

可以,这里可以自由设置任何属性,如图:



示例:

https://www.grapecity.com/wijmo/demos/Grid/CustomCells/CellMaker/Images/purejs

API:

https://www.grapecity.com/wijmo/api/interfaces/wijmo_grid_cellmaker.icellmakeroptions.html#attributes

KevinChen 发表于 2020-6-8 11:23:10

您好,从代码来看,console能打印出CellMaker,

报错信息是not a function,说明调用级别没到CellMaker,

从打印的对象信息来看,不难判断出 CellMaker的构造器命名路径应该是:

wijmo.grid.cellmaker.CellMaker

如图:

Fishborne 发表于 2020-6-8 13:56:18


这个alt 的内容是否可以在makeImg时设置
页: [1]
查看完整版本: wijmo.grid.cellmaker.makeButton is not a function报错 is not a function