Embedding reports with JsAPI v3: Anyone knows how to set the div where reports are embedded?
Answered
I'm trying to switch to JsAPI v3. In the previous API (2.1) we could use the elementId to set the div where reports would be embedded and it was easy to design the page.
How can I do this with v3?
Thanks for your help.
Diogo
Hi Diogo,
This is still possible with the JsAPI v3, though the syntax is a little different. To set the required element in the JsAPI v3, the parameter is now "element" instead of "elementID". The following is an example of how this works:
You can find an updated specification for the new JsAPI v3 here in our wiki.
Please let me know if you have any further questions on this.
Cheers,
Neal
Hi Diogo,
This is still possible with the JsAPI v3, though the syntax is a little different. To set the required element in the JsAPI v3, the parameter is now "element" instead of "elementID". The following is an example of how this works:
You can find an updated specification for the new JsAPI v3 here in our wiki.
Please let me know if you have any further questions on this.
Cheers,
Neal
Thank you Neal.
Very helpful.
Regards,
Diogo
Thank you Neal.
Very helpful.
Regards,
Diogo
Replies have been locked on this page!