Jump to content

dashboard and adhoc view events (visualize.js)


Recommended Posts

Hello everyone !

I'm currently using visualize.js to build a custom web application and I am using report events to trigger other functions :

report = v.report({
                ...
                events: {
                    beforeRender: function (el) {
                         var_A = func_A():
                    },
                    reportCompleted: function (status) {
                        if (status == "ready") {
                            var_B = func_B();
                        } else {
                            var_C = func_C();
                        }
                    },
                },

 

I found a list off event in this page (https://community.jaspersoft.com/wiki/visualizejs-complete-list-built-events-report-rendering), it's very usefull ! 

But I don't know if there is a similar list for dashboard and adhoc view events, do you know where I can find it ? 

Thanks in advance for yor help !

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...