ExtJS 拖放 CompositeSprite

发布于 2024-12-06 04:56:39 字数 388 浏览 0 评论 0原文

我想使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文