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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

What do they link to and what are they

Hi

I found a mashup template from the link and was going through the code.
Would anyone know what the below links refer to?

    <!--Add host to these 3 links if the mashup is on an external webserver -->

    <link rel="stylesheet" href="../../resources/autogenerated/qlikui.css">

    <link rel="stylesheet" href="../../resources/assets/client/client.css" media="all">

    <script src="../../resources/assets/external/requirejs/require.js"></script>

1 Solution

Accepted Solutions
Vincenzo_Esposito

The first two are Qlik stylesheet file. The last one is the actual Qlik library, the one which allow you to call Qlik function

View solution in original post

2 Replies
Vincenzo_Esposito

The first two are Qlik stylesheet file. The last one is the actual Qlik library, the one which allow you to call Qlik function

Anonymous
Not applicable
Author

Thank you