Drupal 视图 Ajax 刷新行
我有一些视图(视图 2 - 邀请列表,表格样式),它使用嵌入式表单直接在视图行中编辑记录。 我正在使用 ahah 来更改记录中的值。我需要的是在更改一些复选框后动态刷新所有记录(一些计算)。 有没有办法使用Ajax刷新视图? 仅从代码中触发重新加载表行? 我怀疑这一定是某种方式(某些命令),因为视图中有一个“使用 Ajax”选项用于对表进行排序等...
任何提示将不胜感激
I have some view (Views 2 - list of invitations, table style) which uses embedded forms to edit records directly in view rows.
I am using ahah to change values in records. What I need is to refresh all records dynamically (some calculations) after I change some checkboxes.
Is there any way to refresh view using Ajax?
To trigger reload table rows only form the code?
I suspect it must be some way (some command) as there is a Use Ajax option in views for sorting tables, etc...
Any hints would be much appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在基本设置中有“使用 ajax”选项:
您可能会发现模块Ajax Views Refresh很有用
In basic settings there is the 'use ajax' option which :
you may find the module Ajax Views Refresh useful