2012-08-03 66 views
1

我在dojox.mobile.RoundRectList中獲取了web服務中的dojox.mobile.ListItem。我需要爲列表實現拖放功能並處理該事件。dojox.mobile.ListItem使用dojo拖放實現

在dojo中正常拖放和dojo.dnd.Source一起工作正常。但在mobile.ListItem我沒有找到任何鏈接。我不確定它的可能與否。

這將是偉大的,如果任何人提供示例代碼或有用的鏈接。

謝謝, Siva。

回答

0

啓用dojox/mobile/RoundRectList上的可編輯屬性並在刪除項目時訂閱「/ dojox/mobile/deleteListItem」。

enter image description here

的解釋是here和EdgeToEdgeList

下有例子 here