<?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 Re: extension background color does not fill 100% in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/extension-background-color-does-not-fill-100/m-p/1968694#M17192</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;i understood your issue if you inspect your code, will see that custon div has the background but the parent doesent just write a jquery scripy to provide the css to parent also&lt;BR /&gt;&lt;BR /&gt;example&lt;BR /&gt;&lt;BR /&gt;$("#Your_div_ID").parent().css("background","#color");&lt;BR /&gt;&lt;BR /&gt;this will fix make sure the parent you choosing is current&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;example 2nd parent :&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;$("#Your_div_ID").parent().parent().css("background","#color");&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thank you&lt;/P&gt;</description>
    <pubDate>Mon, 15 Aug 2022 11:23:35 GMT</pubDate>
    <dc:creator>ajaykakkar93</dc:creator>
    <dc:date>2022-08-15T11:23:35Z</dc:date>
    <item>
      <title>extension background color does not fill 100%</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/extension-background-color-does-not-fill-100/m-p/1967925#M17174</link>
      <description>&lt;P&gt;As the title states, I am working on building out an extension for our new landing page in our Qlik app. The issue I'm facing is when setting a background color on the full &amp;lt;div&amp;gt; tag it still leaves trails of empty thin white lines as borders on the actual extension. I hope I'm asking the correct board.. but if anyone knows how to resolve this issue and have the background color 100% please do let me know! Image below of my issue.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ymcmb_0-1660241658889.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/86588i117D7A7249024A11/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ymcmb_0-1660241658889.png" alt="ymcmb_0-1660241658889.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 18:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/extension-background-color-does-not-fill-100/m-p/1967925#M17174</guid>
      <dc:creator>ymcmb</dc:creator>
      <dc:date>2022-08-11T18:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: extension background color does not fill 100%</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/extension-background-color-does-not-fill-100/m-p/1968694#M17192</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;i understood your issue if you inspect your code, will see that custon div has the background but the parent doesent just write a jquery scripy to provide the css to parent also&lt;BR /&gt;&lt;BR /&gt;example&lt;BR /&gt;&lt;BR /&gt;$("#Your_div_ID").parent().css("background","#color");&lt;BR /&gt;&lt;BR /&gt;this will fix make sure the parent you choosing is current&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;example 2nd parent :&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;$("#Your_div_ID").parent().parent().css("background","#color");&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thank you&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 11:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/extension-background-color-does-not-fill-100/m-p/1968694#M17192</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2022-08-15T11:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: extension background color does not fill 100%</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/extension-background-color-does-not-fill-100/m-p/1969725#M17203</link>
      <description>&lt;P&gt;Hi Ajaykakkar93. This makes sense but where exactly do I place the jquery script? Does this go in the .js file?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ymcmb_0-1660742893469.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/86904iCD5CB45A466026EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ymcmb_0-1660742893469.png" alt="ymcmb_0-1660742893469.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 13:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/extension-background-color-does-not-fill-100/m-p/1969725#M17203</guid>
      <dc:creator>ymcmb</dc:creator>
      <dc:date>2022-08-17T13:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: extension background color does not fill 100%</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/extension-background-color-does-not-fill-100/m-p/1970436#M17211</link>
      <description>&lt;P&gt;Yes in your specific extension u have to do that in js file add in last&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 18:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/extension-background-color-does-not-fill-100/m-p/1970436#M17211</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2022-08-18T18:38:50Z</dc:date>
    </item>
  </channel>
</rss>

