Hi All,
i have created a ListObject Extenstion in QLiksense which look as below:
List Object Extenstion
i have 2 Issues.
Issue 1:
when i am making a selection , i want to hide that list Selection toolbar which coming around my Extenstion while making selection.
Issue 2:
when i am calling the Extension in HTML Page as Below :
<html>
<body>
<div id="QV01" class="qvobject" style="width:210px;z-index:1;"></div>
<div id="QV02" class="qvobject" style="width:230px;z-index:1;"></div>
<div id="QV03" class="qvobject" style="width:750px;z-index:1;"></div>
</body>
</html>
its working fine.
but when i put code like below, the extension became non responsive.
<html>
<body>
<Div>
<div id="QV01" class="qvobject" style="width:210px;z-index:1;"></div>
<div id="QV02" class="qvobject" style="width:230px;z-index:1;"></div>
<div id="QV03" class="qvobject" style="width:750px;z-index:1;"></div>
</Div>
</body>
</html>