<?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: widget html boarder not showing in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/widget-html-boarder-not-showing/m-p/1757162#M13451</link>
    <description>&lt;P&gt;I tried changing it to this in PowerShell and looked better but didn't Wrap a boarder around the whole HTML. refer to the initial screen shots above&lt;/P&gt;&lt;P&gt;Here is the change:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$head = @"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;style&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;body { background-color:#FAFAFA; font-family:Arial; font-size:12pt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;td, th { border:2px lightgrey; border-style:groove; } th { color:white; background-color:blue; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;table, tr, td, th { padding: 12px; width:400px; margin: 0px }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;head, body tr {display:table; width:100%; table-layout:fixed; border:2px lightgrey;} head { width: calc( 100% - 1em )}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tr:nth-child(odd) {background-color: lightgray} table { margin-left:50px; } img { float:left;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;margin: 0px 25px;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/style&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"@&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Oct 2020 19:14:49 GMT</pubDate>
    <dc:creator>wcoleman0908</dc:creator>
    <dc:date>2020-10-29T19:14:49Z</dc:date>
    <item>
      <title>widget html boarder not showing</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/widget-html-boarder-not-showing/m-p/1756900#M13443</link>
      <description>&lt;P&gt;when linking to a custom widget in Sense (Sept 2020) the HTML&amp;nbsp; does not render correctly.&lt;/P&gt;&lt;P&gt;Execute HTML table from command line then executed from Qlik Sense App widget:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wcoleman0908_0-1603939769142.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43182i592E69A4B3FEE7F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wcoleman0908_0-1603939769142.png" alt="wcoleman0908_0-1603939769142.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Notice the table boarder is missing when i execute it from the Sense Widget&lt;/P&gt;&lt;P&gt;Does anyone have any thoughts as to why this is happening?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/widget-html-boarder-not-showing/m-p/1756900#M13443</guid>
      <dc:creator>wcoleman0908</dc:creator>
      <dc:date>2024-11-16T01:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: widget html boarder not showing</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/widget-html-boarder-not-showing/m-p/1756935#M13444</link>
      <description>&lt;P&gt;Looks like some styling is missing. Could be that a stylesheet is not loaded, or that styles are conflicting. What do you mean by 'command line'??&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 06:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/widget-html-boarder-not-showing/m-p/1756935#M13444</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2020-10-29T06:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: widget html boarder not showing</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/widget-html-boarder-not-showing/m-p/1756937#M13445</link>
      <description>&lt;P&gt;Check the Div tag how style is looks? You should find with &lt;STRONG&gt;border-style&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 07:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/widget-html-boarder-not-showing/m-p/1756937#M13445</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-10-29T07:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: widget html boarder not showing</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/widget-html-boarder-not-showing/m-p/1757063#M13447</link>
      <description>&lt;P&gt;Yes agreed, this is the issue, I am styling it as seen below. I create the HTML using PowerShell ISE using the following script and placed the resulting Test.html in the Content Library:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$head = @"&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;body { background-color:#FAFAFA; font-family:Arial; font-size:12pt; }&lt;BR /&gt;td, th { border:1px solid black; border-collapse:collapse; } th { color:white; background-color:black; }&lt;BR /&gt;table, tr, td, th { padding: 12px; width:400px; margin: 0px }&lt;BR /&gt;#thead, tbody tr {display:table; width:100%; table-layout:fixed;} thead { width: calc( 100% - 1em )}&lt;BR /&gt;tr:nth-child(odd) {background-color: lightgray} table { margin-left:50px; } img { float:left;&lt;BR /&gt;margin: 0px 25px;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;"@&lt;/P&gt;&lt;P&gt;#Set the inbound file location, change it to your working directory.&lt;BR /&gt;$Workfolder = "C:\Users\XXXXXXX\Documents\QLIK\PowerScript"&lt;/P&gt;&lt;P&gt;$csvfile = "$Workfolder\Test.csv"&lt;/P&gt;&lt;P&gt;Import-Csv $csvfile | ConvertTo-Html -Head $head -Body $fragments -Title "Test One" `&lt;BR /&gt;-CssUri "$Workfolder\Test.css" `&lt;BR /&gt;-pre "&amp;lt;h1&amp;gt;Test Convert HTML/QLIK&amp;lt;/h1&amp;gt;&amp;lt;h2&amp;gt; To search for Fields/Apps/Streams across all dashboards in the Qlik Sense environment &amp;lt;/h2&amp;gt;" `&lt;/P&gt;&lt;P&gt;The CSS FILE looks like this:&lt;/P&gt;&lt;P&gt;@charset "UTF-8";&lt;BR /&gt;Body {&lt;BR /&gt;font-family: "Tahoma", "Arial", "Helvetica", sans-serif;&lt;BR /&gt;background-color:#ffffff;&lt;BR /&gt;}&lt;BR /&gt;table&lt;BR /&gt;{&lt;BR /&gt;border-collapse:collapse;&lt;BR /&gt;width:60%&lt;BR /&gt;}&lt;BR /&gt;td&lt;BR /&gt;{&lt;BR /&gt;font-size:12pt;&lt;BR /&gt;border:1px #3399ff solid;&lt;BR /&gt;padding:5px 5px 5px 5px;&lt;BR /&gt;}&lt;BR /&gt;th&lt;BR /&gt;{&lt;BR /&gt;font-size:14pt;&lt;BR /&gt;text-align:left;&lt;BR /&gt;padding-top:5px;&lt;BR /&gt;padding-bottom:4px;&lt;BR /&gt;background-color:#3399ff;&lt;BR /&gt;color:#FFFFFF;&lt;BR /&gt;}&lt;BR /&gt;name tr&lt;BR /&gt;{&lt;BR /&gt;color:#000000;&lt;BR /&gt;background-color:#3399ff;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;-post "&amp;lt;br&amp;gt;&amp;lt;I&amp;gt;Updated file on $(get-date)&amp;lt;/I&amp;gt;" &amp;gt; Test.html&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 14:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/widget-html-boarder-not-showing/m-p/1757063#M13447</guid>
      <dc:creator>wcoleman0908</dc:creator>
      <dc:date>2020-10-29T14:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: widget html boarder not showing</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/widget-html-boarder-not-showing/m-p/1757162#M13451</link>
      <description>&lt;P&gt;I tried changing it to this in PowerShell and looked better but didn't Wrap a boarder around the whole HTML. refer to the initial screen shots above&lt;/P&gt;&lt;P&gt;Here is the change:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$head = @"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;style&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;body { background-color:#FAFAFA; font-family:Arial; font-size:12pt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;td, th { border:2px lightgrey; border-style:groove; } th { color:white; background-color:blue; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;table, tr, td, th { padding: 12px; width:400px; margin: 0px }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;head, body tr {display:table; width:100%; table-layout:fixed; border:2px lightgrey;} head { width: calc( 100% - 1em )}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tr:nth-child(odd) {background-color: lightgray} table { margin-left:50px; } img { float:left;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;margin: 0px 25px;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/style&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"@&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 19:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/widget-html-boarder-not-showing/m-p/1757162#M13451</guid>
      <dc:creator>wcoleman0908</dc:creator>
      <dc:date>2020-10-29T19:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: widget html boarder not showing</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/widget-html-boarder-not-showing/m-p/1757181#M13452</link>
      <description>&lt;P&gt;Great idea, sometimes we just need to refocus.&amp;nbsp; I updated the following style and it worked much better:&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;body { background-color:#FAFAFA; font-family:Arial; font-size:12pt; }&lt;BR /&gt;td, th { border:2px lightgrey; border-style:groove; } th { color:white; background-color:blue; }&lt;BR /&gt;table, tr, td, th { padding: 12px; width:200px; &lt;STRONG&gt;border-style:groove;&lt;/STRONG&gt; margin: 0px }&lt;BR /&gt;head, body tr {display:table; width:100%; table-layout:fixed; border:2px lightgrey; } head { width: calc( 100% - 1em )}&lt;BR /&gt;tr:nth-child(odd) {background-color: lightgray} table { margin-left:50px; } img { float:left;&lt;BR /&gt;margin: 0px 25px;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;Thanks for the keen eye&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 20:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/widget-html-boarder-not-showing/m-p/1757181#M13452</guid>
      <dc:creator>wcoleman0908</dc:creator>
      <dc:date>2020-10-29T20:22:06Z</dc:date>
    </item>
  </channel>
</rss>

