Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
petgr138
Partner - Contributor III
Partner - Contributor III

Extension objects

Hi,
I am learning how to create QlikView extension objects using javascript and I am looking in the JsDoc Reference (JsDoc Reference - Qv)

From what I can see, the global object is called "Qv" but in some places "Qva" is used, for example in the example for how to use the AddExtension function:

...

Qv.AddExtension("MyCompanyName\MyExtensionName", paint);

Qva.LoadCSS(Qva.Remote + (Qva.Remote.indexOf('?') >= 0 ? '&' : '?') + 'public=only' + '&name=' + "Extensions/MyCompanyName/MyExtensionName/MyStyles.css");

What is the difference between these objects, and where can I find the documentation about it?

Best regards

Petter Grundström

0 Replies