动态操作刷新页面中的所有报告 [英] Dynamic Action refresh all reports in a page

查看:47
本文介绍了动态操作刷新页面中的所有报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

  1. 我有一个包含许多报告的页面
  2. 当我更改一个项目时,我想刷新页面上的所有报告
  3. 我有一个动态操作(关于项目更改),它作为许多刷新(真实)操作来刷新所有报告.

我想知道是否有一种方法/命令/DynamicAction/Code 可以使用单个 DynamicAction 刷新页面中的所有报告?

I want to know if theres a way/comand/DynamicAction/Code that refreshes all the reports in the page with a single DynamicAction?

提前致谢

推荐答案

创建一个 JavaScript 操作,执行以下操作

Create a single JavaScript action the executes the following

$('.refreshme').trigger('apexrefresh');

并将refreshme 类应用到您想要刷新的所有区域

And apply the refreshme class to all the regions you'd like to refresh

这篇关于动态操作刷新页面中的所有报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆