视图批量操作和可拖动视图

发布于 2024-09-14 16:13:26 字数 201 浏览 6 评论 0原文

我所处的情况是,我需要最终用户能够使用拖放来组织节点列表。为此,我通常可以使用可拖动视图。我还需要用户能够批量更新返回的节点。通常我会使用视图批量操作。无论如何,我可以同时使用这两个模块吗?我需要自己编写一些代码吗?或者你能想出另一种方式来实现我想要的功能吗?

  • 内容进行排序
  • 通过将内容的内联更新拖动到视图来对

I am in a situation where I need my end user to be able to organise a list of nodes using drag and drop. To do this I would normally be able to use Draggable Views. I also need the user to be able to bulk update the nodes returned. Normally I would use Views Bulk Operation. Is there anyway I can use both modules together? Would I need to code something myself or can you think of another way I can do what I want.

  • Sortable Content by dragging
  • In-line updating of content a view

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

能怎样 2024-09-21 16:13:26

由于它们都是样式插件,我怀疑您能否让它们在同一页面上工作。为同一视图创建单独的页面显示怎么样,每个页面都有自己的样式插件,每个页面都有自己的选项卡。一个选项卡可以是“更新”,另一个选项卡可以是“组织”。

Since they are both style plugins, I doubt you'll be able to get them to both work on the same page. What about creating separate page displays for the same view, each with its own style plugin and each with its own tab. One tab could be "Update" and the other "Organize".

笔落惊风雨 2024-09-21 16:13:26

I had the same problem, and opened an issue at the Modle site http://drupal.org/node/1222742
. My Solution was exactly what has been suggested above. Creating 2 different displays for the view, one to update using VBO and the other to organize. If you know of or have found a better solution please post and share.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文