<?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: Add Separating Line in Qlik Sense Extension Settings in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150483#M5517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, Stefan. I made a quick fix for those interested based off this fact: the "tid" attribute of the &amp;lt;div&amp;gt; which contains the visual input for custom properties is the same as the "ref" specified for that property, minus the "props." if you use that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, after you've specified a custom property item:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SingleSelection: {&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ref: "props.SingleSelection",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type: "boolean",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; label: "Always One Selected value",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; defaultValue: false&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can run this jQuery code to add a new style attribute:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$('div[tid="SingleSelection"]').each(function() {&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(this).css("border-bottom","1px solid #9D9D9D");&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;});&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have yet to test this, but I will do so and check back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jul 2016 18:26:10 GMT</pubDate>
    <dc:creator>TKendrick20</dc:creator>
    <dc:date>2016-07-26T18:26:10Z</dc:date>
    <item>
      <title>Add Separating Line in Qlik Sense Extension Settings</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150481#M5515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating a listbox extension. I have added a lot of different settings for when the object is in edit mode. I was wondering how to add lines between the various settings so that they are easier to tell apart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Lines in Extension Settings.PNG" class="jive-image image-1" height="239" src="/legacyfs/online/132521_Lines in Extension Settings.PNG" style="height: 239px; width: 196.94px;" width="197" /&gt;&lt;/P&gt;&lt;P&gt;The above image is from the Appearance (I don't know why the button next to Show Titles is all messed up).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 17:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150481#M5515</guid>
      <dc:creator>TKendrick20</dc:creator>
      <dc:date>2016-07-26T17:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Add Separating Line in Qlik Sense Extension Settings</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150482#M5516</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;I have unfortunately bad news for you. There is good reason why we haven't exposed the syntax behind these lines so far, it's just weird and hard to maintain. But we are planning to expose a better syntax in the future. So even if you find out how to get the lines in, please be aware that this will very likely change in the near future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry that I don't have better news for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 18:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150482#M5516</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2016-07-26T18:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add Separating Line in Qlik Sense Extension Settings</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150483#M5517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, Stefan. I made a quick fix for those interested based off this fact: the "tid" attribute of the &amp;lt;div&amp;gt; which contains the visual input for custom properties is the same as the "ref" specified for that property, minus the "props." if you use that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, after you've specified a custom property item:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SingleSelection: {&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ref: "props.SingleSelection",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type: "boolean",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; label: "Always One Selected value",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; defaultValue: false&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can run this jQuery code to add a new style attribute:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$('div[tid="SingleSelection"]').each(function() {&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(this).css("border-bottom","1px solid #9D9D9D");&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;});&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have yet to test this, but I will do so and check back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 18:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150483#M5517</guid>
      <dc:creator>TKendrick20</dc:creator>
      <dc:date>2016-07-26T18:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add Separating Line in Qlik Sense Extension Settings</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150484#M5518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 19:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150484#M5518</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2016-07-26T19:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add Separating Line in Qlik Sense Extension Settings</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150485#M5519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thank you for the tip. Now I start using separators in my extensions too!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I personally try to avoid jQuery manipulating dom though and I just inject the css. This helps me to avoid extra coding like hover rules etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14696207480052283 jive_text_macro" jivemacro_uid="_14696207480052283"&gt;
&lt;P&gt;&amp;nbsp; vars.css = '\n\&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; div[tid="SingleSelection"] { \n\&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-bottom: 1px solid #9D9D9D\n\&lt;/P&gt;
&lt;P&gt;&amp;nbsp; } \n\&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ';&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $("&amp;lt;style&amp;gt;").html(vars.css).appendTo("head");&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yianni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 12:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150485#M5519</guid>
      <dc:creator>Yianni_Ververis</dc:creator>
      <dc:date>2016-07-27T12:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add Separating Line in Qlik Sense Extension Settings</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150486#M5520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This checks out and is probably a little nicer than jQuery .each. The exact (tested) code I wrote was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14696271554981130" jivemacro_uid="_14696271554981130" modifiedtitle="true"&gt;
&lt;P&gt;var css = 'div[tid="SingleSelection"] { border-bottom: 1px solid #D9D9D9 }';&amp;nbsp; &lt;/P&gt;
&lt;P&gt;$("&amp;lt;style&amp;gt;").html(css).appendTo("head");&amp;nbsp; &lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Note: I got the 9's and D's backwards in my original comment)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 13:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150486#M5520</guid>
      <dc:creator>TKendrick20</dc:creator>
      <dc:date>2016-07-27T13:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Add Separating Line in Qlik Sense Extension Settings</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150487#M5521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I strongly advise you to not rely on the tid parameter. It is used for internal testing purposes, and probably will change sooner or later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to use the grouped parameter:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;definition:{ &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uses: "settings", &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; items: { &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; settings: { &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&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; type: "items", &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&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; label: "Add Items", &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&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; &lt;STRONG&gt;grouped:true&lt;/STRONG&gt;,&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&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; items: { [...] } &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is not documented, so we do not officially support it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 06:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150487#M5521</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2016-07-28T06:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add Separating Line in Qlik Sense Extension Settings</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150488#M5522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was wondering why Qlik elements were completely devoid of any id attributes, but have tid attributes. Qlik isn't very speedy with their changes, so I'll stick with Yianni's suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 12:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Separating-Line-in-Qlik-Sense-Extension-Settings/m-p/1150488#M5522</guid>
      <dc:creator>TKendrick20</dc:creator>
      <dc:date>2016-07-28T12:48:14Z</dc:date>
    </item>
  </channel>
</rss>

