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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Drag&drop objects Mashups

It is possible to capture the drag-and-drop event when we drag the objects to mashup template?

I need to add a attribute qvid.

<div id="Q1" class="qvplaceholder"></div>

to

<div id="Q1" class="qvobject" data-qvid="DcAMrg"></div>

I wanted to read the objects this:

$(".qvobject").each(function() {

     var qvid = $(this).data("qvid");

     app.getObject(this, qvid);

});

0 Replies