<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Mashup : Add Qlik Sense Selection bar into a Bootstrap modal in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Add-Qlik-Sense-Selection-bar-into-a-Bootstrap-modal/m-p/1345122#M7718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I'm currently working on a Mashup and I want to add a selection bar into a Boostrap modal.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my HTML file :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I included the Bootstrap librairy and jQuery library:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: 5pt; margin-bottom: 5pt; font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;SPAN&gt;&amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="nofollow" target="_blank"&gt;https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5pt; margin-bottom: 5pt; font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;SPAN&gt;&amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js" rel="nofollow" target="_blank"&gt;https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;SPAN&gt;&amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" rel="nofollow" target="_blank"&gt;https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;I added a button to call the modal:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&amp;lt;button id="showModal" type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal"&amp;gt;Show Map&amp;lt;/button&amp;gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;I created the modal:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&amp;lt;!-- Map Modal --&amp;gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;div id="myModal" class="modal fade" role="dialog"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;div class="modal-dialog modal-lg"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Map Modal content--&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;div class="modal-content"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;div class="modal-header"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;button type="button" class="close" data-dismiss="modal"&amp;gt;×&amp;lt;/button&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h4 class="modal-title"&amp;gt;Selection&amp;lt;/h4&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;div class="modal-body"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="row"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="col-xs-6 col-sm-6 col-md-6"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="QV01" class="qvobject" style="width:100%; height:50px"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 165px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 165px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;lt;div class="col-xs-6 col-sm-6 col-md-6"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="QV02" class="qvobject" style="width:100%; height:50px"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 165px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 131px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;div class="modal-footer"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;button type="button" class="btn btn-default" data-dismiss="modal"&amp;gt;Close&amp;lt;/button&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;In my javaScript file:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;I wrote a code to resize the Qlik Sense Object inside the modal:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;// Function to toggle hidden objects in a bootstrap popup modal&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;$.fn.extend({&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp; toggleResize: function() {&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;return this.toggle(400, function() {&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt; qlik.resize();&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;});&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;});&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;// IDs for showing up on toggleResize function&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;$(document).ready(function(){&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt;$('#showModal').on('click', function(event) {&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;$('#QV01').hide().toggleResize();&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;$('#QV02').hide().toggleResize();&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt; });&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;});&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;But somehow the selection on my selection bar appear behind the modal and I can't select anything.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;IMG alt="ModalProblem.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/164892_ModalProblem.png" style="height: 357px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Do you have a solution to solve my problem, please ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Clément Boyer&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 May 2017 13:59:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-26T13:59:23Z</dc:date>
    <item>
      <title>Mashup : Add Qlik Sense Selection bar into a Bootstrap modal</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Add-Qlik-Sense-Selection-bar-into-a-Bootstrap-modal/m-p/1345122#M7718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I'm currently working on a Mashup and I want to add a selection bar into a Boostrap modal.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my HTML file :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I included the Bootstrap librairy and jQuery library:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: 5pt; margin-bottom: 5pt; font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;SPAN&gt;&amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="nofollow" target="_blank"&gt;https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 5pt; margin-bottom: 5pt; font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;SPAN&gt;&amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js" rel="nofollow" target="_blank"&gt;https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;SPAN&gt;&amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" rel="nofollow" target="_blank"&gt;https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;I added a button to call the modal:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&amp;lt;button id="showModal" type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal"&amp;gt;Show Map&amp;lt;/button&amp;gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;I created the modal:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&amp;lt;!-- Map Modal --&amp;gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;div id="myModal" class="modal fade" role="dialog"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;div class="modal-dialog modal-lg"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Map Modal content--&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;div class="modal-content"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;div class="modal-header"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;button type="button" class="close" data-dismiss="modal"&amp;gt;×&amp;lt;/button&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h4 class="modal-title"&amp;gt;Selection&amp;lt;/h4&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;div class="modal-body"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="row"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="col-xs-6 col-sm-6 col-md-6"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="QV01" class="qvobject" style="width:100%; height:50px"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 165px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 165px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;lt;div class="col-xs-6 col-sm-6 col-md-6"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="QV02" class="qvobject" style="width:100%; height:50px"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 165px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 131px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;div class="modal-footer"&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;button type="button" class="btn btn-default" data-dismiss="modal"&amp;gt;Close&amp;lt;/button&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;In my javaScript file:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;I wrote a code to resize the Qlik Sense Object inside the modal:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;// Function to toggle hidden objects in a bootstrap popup modal&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;$.fn.extend({&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp; toggleResize: function() {&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;return this.toggle(400, function() {&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt; qlik.resize();&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;});&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;});&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;// IDs for showing up on toggleResize function&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;$(document).ready(function(){&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt;$('#showModal').on('click', function(event) {&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;$('#QV01').hide().toggleResize();&lt;/P&gt;&lt;P style="padding-left: 97px; font-family: Calibri; font-size: 9.5pt;"&gt;$('#QV02').hide().toggleResize();&lt;/P&gt;&lt;P style="padding-left: 63px; font-family: Calibri; font-size: 9.5pt;"&gt; });&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt; padding-left: 30px;"&gt;});&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;But somehow the selection on my selection bar appear behind the modal and I can't select anything.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;IMG alt="ModalProblem.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/164892_ModalProblem.png" style="height: 357px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Do you have a solution to solve my problem, please ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Clément Boyer&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.5pt;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 13:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Add-Qlik-Sense-Selection-bar-into-a-Bootstrap-modal/m-p/1345122#M7718</guid>
      <dc:creator />
      <dc:date>2017-05-26T13:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup : Add Qlik Sense Selection bar into a Bootstrap modal</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Add-Qlik-Sense-Selection-bar-into-a-Bootstrap-modal/m-p/1345123#M7719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is probably a problem with z-index. Qlik sets z-index to 1 for the current-selections-panel. You need to override it for the selection bar when its inside a modal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add something like this to your CSS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.modal-body .&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', 'Courier New', monospace; font-size: 12px;"&gt;qv-panel-current-selections {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', 'Courier New', monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; z-index: 1100; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', 'Courier New', monospace; font-size: 12px;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', 'Courier New', monospace; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', 'Courier New', monospace; font-size: 12px;"&gt;The value 1100 is just my guess, I haven't actually tested this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', 'Courier New', monospace; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', 'Courier New', monospace; font-size: 12px;"&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', 'Courier New', monospace; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', 'Courier New', monospace; font-size: 12px;"&gt;Erik Wetterberg&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 11:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Add-Qlik-Sense-Selection-bar-into-a-Bootstrap-modal/m-p/1345123#M7719</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-05-31T11:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup : Add Qlik Sense Selection bar into a Bootstrap modal</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Add-Qlik-Sense-Selection-bar-into-a-Bootstrap-modal/m-p/1345124#M7720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply Erik.&lt;/P&gt;&lt;P&gt;I tried z-index with the Boostrap modal but it doesn't seems to solve the issue.&lt;/P&gt;&lt;P&gt;So I made a custom modal using z-index and it work as intended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Clément Boyer&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ModalSolved.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/165518_ModalSolved.PNG" style="height: 404px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 12:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Add-Qlik-Sense-Selection-bar-into-a-Bootstrap-modal/m-p/1345124#M7720</guid>
      <dc:creator />
      <dc:date>2017-06-01T12:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup : Add Qlik Sense Selection bar into a Bootstrap modal</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Add-Qlik-Sense-Selection-bar-into-a-Bootstrap-modal/m-p/1345125#M7721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried again your CSS code, I slightly modified it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;.qv-listbox-popover{&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; z-index: 1100;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it works even after I exported my mashup inside a wamp server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ModalFinal.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/165653_ModalFinal.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Also I tried the CSS code below, but It doesn't work:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;.modal-body.qv-listbox-popover{&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp; z-index: 1100;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;.qvobject.qv-listbox-popover{&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp; z-index: 1100;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I hope this helps.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Clément Boyer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 13:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Add-Qlik-Sense-Selection-bar-into-a-Bootstrap-modal/m-p/1345125#M7721</guid>
      <dc:creator />
      <dc:date>2017-06-02T13:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup : Add Qlik Sense Selection bar into a Bootstrap modal</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Add-Qlik-Sense-Selection-bar-into-a-Bootstrap-modal/m-p/1345126#M7722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good!&lt;/P&gt;&lt;P&gt;And what about this:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;.modal-body .qv-listbox-popover{&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp; z-index: 1100;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;.qvobject .qv-listbox-popover{&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp; z-index: 1100;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Not I have added a space between the css class names. That will change the rule from 'Elements with class modal-body &lt;STRONG&gt;and&lt;/STRONG&gt; qv-listbox-popover' to 'Elements with class qv-listbox-popover &lt;STRONG&gt;inside&lt;/STRONG&gt; elements with class modal-boy'. CSS is tricky...&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Hope this helps&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Erik Wetterberg&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jun 2017 07:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Add-Qlik-Sense-Selection-bar-into-a-Bootstrap-modal/m-p/1345126#M7722</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-06-03T07:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup : Add Qlik Sense Selection bar into a Bootstrap modal</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Add-Qlik-Sense-Selection-bar-into-a-Bootstrap-modal/m-p/1345127#M7723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding a space between the css class names doesn't work. I'll leave the CSS like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;.qv-listbox-popover{&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp; z-index: 1100;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Clément Boyer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 12:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Add-Qlik-Sense-Selection-bar-into-a-Bootstrap-modal/m-p/1345127#M7723</guid>
      <dc:creator />
      <dc:date>2017-06-06T12:18:42Z</dc:date>
    </item>
  </channel>
</rss>

