2013-10-14 48 views
0

JsPlumb的當前版本位於Jquery,YUI或MooTools之上。我有一個要求,我需要編寫適配器連接jsPlumb與Dojo gfx。在Dojox上使用JsPlumb

我檢查的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

我們已經編寫道場適配器jsPlumb(這適用於大多數的功能),就可以得到源代碼,在github

0

我有興趣做一個jsplumb端口到dojo。我甚至不認爲道場的gfx在這裏發揮作用。這主要是需要移植的核心功能。有點像jquery中的大多數核心功能(例如常見的jquery $()函數)。

讓我知道你是否仍然感興趣,或者已經開始研究它。謝謝!

+0

嗨,我們已經開始jsPlumb的移植到道場,請訪問https://開頭的github的.com/bhosaledipak/JsPlumb_Dojo_Integreate – Pradeep