开发者

PerformancePoint, SharePoint 2010 and JQuery

开发者 https://www.devze.com 2023-01-09 08:35 出处:网络
Are there any events that PerformancePoint Dashboards emit after loading data that can be leveraged by JQuery.The document.ready fires before the performancepoint dashboard has rendered so that doesn\

Are there any events that PerformancePoint Dashboards emit after loading data that can be leveraged by JQuery. The document.ready fires before the performancepoint dashboard has rendered so that doesn't help. I need for the performancepoint dashboard to render so I ca开发者_Python百科n then use JQuery to manipulate the dashboard.


A co-worker of mine, Chris E., dug into the assemblies and found that we could create a function called NotifyBrowserOfAsyncUpdate and that PerformancePoint would call it after loading.

function NotifyBrowserOfAsyncUpdate (elem) {

//execute jquery in here

}

0

精彩评论

暂无评论...
验证码 换一张
取 消