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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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