ExtJS 拖放 CompositeSprite
我想使用 Ext JS 4.0 在 CompositeSprite 上设置可拖动。有一些关于如何设置可拖动单个精灵的示例(可拖动:true),但它不适用于 CompositeSprite。如果我写:
compositeSprite.setAttributes({
draggable: true
});
结果是compositeSprite中的每个精灵都可以单独拖动。我需要把他们拖到一起。
我还尝试使用包含 Ext.dd.DragSource 的 dd 属性,但我无法将 Ext.dd.DragSource 应用于 Sprites。 (网上没有例子,只有网格和树)。
有什么想法吗?
I want to set draggable on a CompositeSprite using Ext JS 4.0. There are examples on how I can set draggable a single sprite (draggable: true), but it doesn't work for CompositeSprite. If I write:
compositeSprite.setAttributes({
draggable: true
});
the result is each sprite in compositeSprite can be dragged separately. I need them to be dragged together.
I have also tried to use dd property which contains Ext.dd.DragSource, but I can't apply Ext.dd.DragSource to Sprites. (There are no examples on the net, only for grid and tree).
Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论