Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
alis2063
Creator III
Creator III

QlikSense Mashup Template type

Hi Qlik Folks,

 

Can someone tell me that what are type of Mashup Template and when it will be use?

Mashup Page.png

Regards,

Ali

Labels (2)
1 Solution

Accepted Solutions
ArnadoSandoval
Specialist II
Specialist II

Hi @alis2063 

It drives the creation of the Mashup with a predefined template,  these templates contain the HTML code, Javascript files, its CSS file, and additional object added to the Mashup designer; each template defines these files differently, now following your screenshot, these are the steps to create the SlideShow mashup T1. You can follow these steps to create the four different types of templates, explore them, so you will know the sort of user interface their produce.

Create Mashup screen; here you assign the name for your mashup, and the template to base its creation

Mashup-Template-01.jpg

Once you push the Create & Edit button; the Qlik's mashup designer shows the different components defining your mashup; a tab per file, qext, html, js, css and additional supporting files. You select the tab to access and edit the file; the mashup for this particular template features a banner at the top of the page.

Mashup-Template-02.jpg

You can click on the T1.html tab to edit the mashup's html code, add something simple, Ctrl + S save your changes; I added Qlik SlideShow Template around line 67 as shown below:

Mashup-Template-02-01.jpg

Now, you should click the View button at the bottom --> right corner of the editing area, as shown.

Mashup-Template-03.jpg

The following screenshot is the T1 mashup with the customization explained above.

Mashup-Template-04-01.jpg This template also feature a banner at the top.

This is how you go about creating mashups, you can edit its HTML code to align with your organization Web site standard, implement your own code in the JavaScript file adding specialized behaviour to the mashup.

You can also edit these files outside the mashup editor with your favorite text editor , specially the HTML and JavaScript files, but stick with the Qlik Mashup Editor to add new objects to your mashup, later, you may be able to do it outside its editor.

Mashup-Template-05.jpg

Hope this answer you question.

 

Arnaldo Sandoval
A journey of a thousand miles begins with a single step.

View solution in original post

1 Reply
ArnadoSandoval
Specialist II
Specialist II

Hi @alis2063 

It drives the creation of the Mashup with a predefined template,  these templates contain the HTML code, Javascript files, its CSS file, and additional object added to the Mashup designer; each template defines these files differently, now following your screenshot, these are the steps to create the SlideShow mashup T1. You can follow these steps to create the four different types of templates, explore them, so you will know the sort of user interface their produce.

Create Mashup screen; here you assign the name for your mashup, and the template to base its creation

Mashup-Template-01.jpg

Once you push the Create & Edit button; the Qlik's mashup designer shows the different components defining your mashup; a tab per file, qext, html, js, css and additional supporting files. You select the tab to access and edit the file; the mashup for this particular template features a banner at the top of the page.

Mashup-Template-02.jpg

You can click on the T1.html tab to edit the mashup's html code, add something simple, Ctrl + S save your changes; I added Qlik SlideShow Template around line 67 as shown below:

Mashup-Template-02-01.jpg

Now, you should click the View button at the bottom --> right corner of the editing area, as shown.

Mashup-Template-03.jpg

The following screenshot is the T1 mashup with the customization explained above.

Mashup-Template-04-01.jpg This template also feature a banner at the top.

This is how you go about creating mashups, you can edit its HTML code to align with your organization Web site standard, implement your own code in the JavaScript file adding specialized behaviour to the mashup.

You can also edit these files outside the mashup editor with your favorite text editor , specially the HTML and JavaScript files, but stick with the Qlik Mashup Editor to add new objects to your mashup, later, you may be able to do it outside its editor.

Mashup-Template-05.jpg

Hope this answer you question.

 

Arnaldo Sandoval
A journey of a thousand miles begins with a single step.