开发者

dojo: how to i know all the extension points of a widget

开发者 https://www.devze.com 2023-03-08 14:23 出处:网络
Say for example that i have a grid (dojox.grid.DataGrid). I want to know all the extension points available on that grid.

Say for example that i have a grid (dojox.grid.DataGrid). I want to know all the extension points available on that grid. When checked with the dojo api doc in events section of the grid i can开发者_运维问答t find the extension points, (say for example extension point onBeforeRow is not listed in that event section).

Thanks in advance.


pretty much every public method is an extension point, in that you can dojo.connect to it. The "on" pattern indicates an event pattern, and there's no formal declaration beyond the naming pattern AFAIK.

0

精彩评论

暂无评论...
验证码 换一张
取 消