Class Index | File Index

Classes


Class Qww.Hub.StartModes

Enumeration containing start modes for the Qww.Hub.
Defined in: <JavaScript\QWW\QwwJs_Hub.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Enumeration containing start modes for the Qww.Hub.
Field Summary
Field Attributes Field Name and Description
<static> <constant>  
Qww.Hub.StartModes.NoQvsClient
This start mode means that only QlikWeb WorkBench client JavaScript files are being used.
<static> <constant>  
Qww.Hub.StartModes.Pre8_5
QlikView Server 8.2 or earlier.
<static> <constant>  
Qww.Hub.StartModes.V8_5
QlikView Server 8.5 (recommended/default).
Class Detail
Qww.Hub.StartModes()
Enumeration containing start modes for the Qww.Hub.
Field Detail
<static> <constant> Qww.Hub.StartModes.NoQvsClient
This start mode means that only QlikWeb WorkBench client JavaScript files are being used. This is only valid if QlikView Server 8.5 or later is being used.

<static> <constant> Qww.Hub.StartModes.Pre8_5
QlikView Server 8.2 or earlier.
Deprecated:
Deprecated since QVS 8.5 released.

<static> <constant> Qww.Hub.StartModes.V8_5
QlikView Server 8.5 (recommended/default).