Dojox 绘图 api 有矩形作为模板,我们可以在绘图画布上使用它。文档提到了一个名为 connect 的函数。我该如何使用它?connect(o, e, s, m, once)
以下内容在未压缩的 dojo 代码中可用。
// TODO: connect to a Shape event from outside class
connect: function(o, e, s, m, /* Boolean*/once){
// summary:
// Convenience method for quick connects
// See comments below for possiblities
// functions can be strings
// once:
// If true, the connection happens only
// once then disconnects. Five args are required
// for this functionality.
目前尚不清楚为什么以及如何使用此功能。可以帮助我了解该功能的用法和功能。