当前版本的JsPlumb位于Jquery,YUI或MooTools之上。我有一个要求,我需要编写适配器来连接jsPlumb与Dojo gfx。
我检查了jsPlumb的源代码,我找到了所有三个适配器(Jquery,YUI和MooTools)
Sample Adapter of Jquery, lists following details,
the library specific functions, such as find offset, get id, get attribute, extend etc.
* the full list is:
*
* addClass adds a class to the given element
* animate calls the underlying library's animate functionality
* appendElement appends a child element to a parent element.
* bind binds some event to an element
...
...
有人可以指出,用dojo特定方法调用替换所有列出的调用有多难?在编写这些方法时我需要考虑什么?
答案 0 :(得分:0)
我有兴趣为dojo做一个jsplumb的端口。我甚至不认为道场的gfx在这里发挥作用。它主要是需要移植的核心功能。类似于jquery中的大多数核心函数(例如,常见的jquery $()函数)。
如果您仍然感兴趣,或者已经开始研究它,请告诉我。谢谢!
答案 1 :(得分:0)
我们为jsPlumb编写了dojo适配器(适用于大部分功能),您可以在github获取源代码