我如何将寻呼机提供给 drupal_add_tabledrag
我正在使用函数 drupal_add_tabledrag。现在我也想要寻呼机。有什么选择吗? 谢谢
i am using the function drupal_add_tabledrag. Now i want pager also in that. Is there any option?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是行不通的,只有所有项目都在同一页面上时,tabledrag 才会起作用。添加寻呼机是不合逻辑的,因为当分布在 2 个或更多页面上时,将无法管理项目的重量。
That won't work, tabledrag will only work if all items are on the same page. Adding a pager is illogical as it will become impossible to manage the weights of the items when spread over 2 or more pages.
drupal_add_tabledrag 是 js 脚本,适用于特殊表单元素,并且不依赖于 pager_query。
drupal_add_tabledrag is js script, work with special form elements and doesn't depend on pager_query.