Product: TIBCO Spotfire®
What version of the Spotfire Web Player JavaScript API must be specified when creating mashups?
When developing Web Player mashups, the custom code uses the Spotfire Web Player JavaScript API. This can be downloaded to the client browser via the GetJavaScriptApi.ashx web handler. Developers use this service to integrate their code with that used in Spotfire Web Player. The service takes the API version number as a parameter. Spotfire versions 6.0, 6.5 and 7.0 should use the version number 6.0 in the URL, and not simply set it to the version of Spotfire Web Player being used (such as 6.5 or 7.0, for example). No new mashup API functions were introduced in versions 6.5 and 7.0, so the Spotfire Web Player JavaScript API continues to use version 6.0.
Example: http://servername.domain/SpotfireWeb/GetJavaScriptApi.ashx?Version=6.0
Unknown version of service, parameter name, version, Actual value was 7.0, Javascript API, mashup, GetJavaScriptApi.ashx, web handler
Comments
0 comments
Article is closed for comments.