Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to ZoomIn sense object in mashup by click?

In the native QVF can  enlarge the object  by click on object , but how is realized in the mashup?

5 Replies
Not applicable
Author

Hello, you can expand the container that contains your qvobject and than resize this qvobject with his ID.

Not applicable
Author

Can you make an example? I still understand ,thank you.

Not applicable
Author

Html file :

<div class="col-sm-3 col-md-3 col-lg-3 qvobject" id="QV01">

</div>


Js file :

//Click Event

app.getObject("QV01", "id");

$("QV01").click(function(){

$("QV01").removeClass(col-sm-3 col-md-3 col-lg-3).addClass(col-sm-10 col-md-10 col-lg-10);

qlik.resize(obj.target.value) 

});

Anonymous
Not applicable
Author

Thibaut , how to float a Qlik object on top of another Qlik object in mashup?

Could you please give an example?

Thanks!

Anonymous
Not applicable
Author

So, it means I can put a Hawaii state map in QV01, and after I click the Hawaii map, we could change container that contains the Hawaii map qvobject and set map as zoon in, is it right?

Thanks!