Hi Qlik Folks,
Can someone tell me that what are type of Mashup Template and when it will be use?
Regards,
Ali
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
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.
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:
Now, you should click the View button at the bottom --> right corner of the editing area, as shown.
The following screenshot is the T1 mashup with the customization explained above.
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.
Hope this answer you question.
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
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.
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:
Now, you should click the View button at the bottom --> right corner of the editing area, as shown.
The following screenshot is the T1 mashup with the customization explained above.
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.
Hope this answer you question.