Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
cancel
Showing results for 
Search instead for 
Did you mean: 
LDR
Creator II
Creator II

Qlik Sense Enterprise - MashUps - Customizing the layout

Hi everyone,

I'm writing you because I'm trying to build a Mashup customizing the HTML layout. Let me show you what I want to implement:

LDR_0-1622128653895.png

I don't know when was the last time I played with HTML but sincerely I don't know how to build the DIV section for areas A, B and C and assign them Qlik objects I want (for the rest of areas using DIV tag is enough). I tried to create one table with cells inside the DIV tag, I also assigned Qlik objects in the JS file but with no luck, so my question is:

Can I only use DIV tag to split the layout in areas and assign them Qlik objects?

I'm going to continue investigating. If I find how to do it I will inform you.

Thanks in advance

 

1 Solution

Accepted Solutions
dannyy81
Contributor III
Contributor III

read all about html5 design 

there are many technics , one of them is flexbox

and yes you can use only div tag to get the design you want

 

View solution in original post

2 Replies
dannyy81
Contributor III
Contributor III

read all about html5 design 

there are many technics , one of them is flexbox

and yes you can use only div tag to get the design you want

 

LDR
Creator II
Creator II
Author

Hi Dannyy81, thanks for your feedback. I will continue learning HTML5.