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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
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