<?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: Can I set a color picker for my extension in Qlik Sense? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812708#M2677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The color picker returns a number between 0 to 11 for the colors. The index refers to the palette in the general service media tools theme.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to make these changes to add the media-tool theme&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14224366122484841" jivemacro_uid="_14224366122484841" modifiedtitle="true"&gt;
&lt;P&gt;define(["jquery", "text!./simpletable2.css", "general.services/media-tool/theme"], function($, cssContent, mediaTool) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'use strict';&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you need the layout argument in the paint function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14224366878123416" jivemacro_uid="_14224366878123416" modifiedtitle="true"&gt;
&lt;P&gt;paint: function($element, layout) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log(mediaTool.palette[layout.color]);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2015 09:20:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-28T09:20:34Z</dc:date>
    <item>
      <title>Can I set a color picker for my extension in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812703#M2672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I set a color picker for my extension in Qlik Sense? I know that in Qlikview I can add a Color property in the Definition.xml file, but how can I do it in Qlik Sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jan 2015 07:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812703#M2672</guid>
      <dc:creator />
      <dc:date>2015-01-04T07:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set a color picker for my extension in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812704#M2673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alejandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, at this moment you can't have a color picker in the properties panel like in QlikView.&lt;/P&gt;&lt;P&gt;Here is a list with custom properties that you can add to your extension:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/sense/en-us/developer/#../Subsystems/Workbench/Content/BuildingExtensions/HowTos/Ext_Ex_WorkWithProperties_Custom.htm%3FTocPath%3DQlik%2520Sense%2520Workbench%7CBuilding%2520visualizations%7CWorking%2520with%2520visualizations%7CWorking%2520with%2520properties%7CDefining%2520custom%2520properties%7C_____0" title="http://help.qlik.com/sense/en-us/developer/#../Subsystems/Workbench/Content/BuildingExtensions/HowTos/Ext_Ex_WorkWithProperties_Custom.htm%3FTocPath%3DQlik%2520Sense%2520Workbench%7CBuilding%2520visualizations%7CWorking%2520with%2520visualizations%7CWorking%2520with%2520properties%7CDefining%2520custom%2520properties%7C_____0"&gt;http://help.qlik.com/sense/en-us/developer/#../Subsystems/Workbench/Content/BuildingExtensions/HowTos/Ext_Ex_WorkWithPro…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 style="color: #444444; font-size: 1.7em; margin-top: 1.3em; margin-bottom: 0.4em; font-weight: normal; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dddddd; font-family: Arial, Helvetica, sans-serif;"&gt;Custom property type definitions&lt;/H2&gt;&lt;P style="margin-bottom: 1.4em; color: #444444; font-family: Arial, Helvetica, sans-serif;"&gt;The following property type definitions can be used:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;String definitions&lt;/LI&gt;&lt;LI&gt;Integer definitions&lt;/LI&gt;&lt;LI&gt;Number definitions&lt;/LI&gt;&lt;LI&gt;Check box definitions&lt;/LI&gt;&lt;LI&gt;Drop down definitions&lt;/LI&gt;&lt;LI&gt;Radio button definitions&lt;/LI&gt;&lt;LI&gt;Switch definitions&lt;/LI&gt;&lt;LI&gt;Slider definitions&lt;/LI&gt;&lt;LI&gt;Range slider definitions&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 08:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812704#M2673</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2015-01-05T08:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set a color picker for my extension in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812705#M2674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can. Try add this snippet to your definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14204475164072695" jivemacro_uid="_14204475164072695" modifiedtitle="true"&gt;
&lt;P&gt;color: {&lt;/P&gt;
&lt;P&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; ref: "color",&lt;/P&gt;
&lt;P&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; translation: "properties.color",&lt;/P&gt;
&lt;P&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; type: "integer",&lt;/P&gt;
&lt;P&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; component: "color-picker",&lt;/P&gt;
&lt;P&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; defaultValue: 2&lt;/P&gt;
&lt;P&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; },&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 08:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812705#M2674</guid>
      <dc:creator />
      <dc:date>2015-01-05T08:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set a color picker for my extension in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812706#M2675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right, but the color-picker is for now "internal" and not "yet" an exposed component, so personally I do not recommend using it for deployment since, it may change.&lt;/P&gt;&lt;P&gt;The supported components are listed in the help site here: &lt;A href="http://help.qlik.com/sense/en-us/developer/#../Subsystems/Workbench/Content/BuildingExtensions/HowTos/Ext_Ex_WorkWithProperties_Custom.htm?Highlight=components" title="http://help.qlik.com/sense/en-us/developer/#../Subsystems/Workbench/Content/BuildingExtensions/HowTos/Ext_Ex_WorkWithProperties_Custom.htm?Highlight=components"&gt;http://help.qlik.com/sense/en-us/developer/#../Subsystems/Workbench/Content/BuildingExtensions/HowTos/Ext_Ex_WorkWithPro…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-LeftBoldGrid" style="margin-bottom: 20px; color: #444444; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="BodyI--" style="padding: 3px 6px; border: 1px solid #dddddd; font-weight: bold;"&gt;component&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 3px 6px; border: 1px solid #dddddd;"&gt;Used for defining how the property is visualized in the property panel. Used to override the default component that comes with the type setting. Can be either &lt;SPAN class="API_syntax_input" style="margin-top: 0.7em; margin-bottom: 0.8em; font-family: monospace;"&gt;dropdown&lt;/SPAN&gt;, &lt;SPAN class="API_syntax_input" style="margin-top: 0.7em; margin-bottom: 0.8em; font-family: monospace;"&gt;radiobuttons&lt;/SPAN&gt;, &lt;SPAN class="API_syntax_input" style="margin-top: 0.7em; margin-bottom: 0.8em; font-family: monospace;"&gt;switch&lt;/SPAN&gt; or &lt;SPAN class="API_syntax_input" style="margin-top: 0.7em; margin-bottom: 0.8em; font-family: monospace;"&gt;slider&lt;/SPAN&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 10:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812706#M2675</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2015-01-05T10:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set a color picker for my extension in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812707#M2676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to extensions and the documentation isn't particularly easy to understand.&amp;nbsp; When I add the color-picker component, I can see it in the menu, but when I change the colour it doesn't have any effect on my custom table extension.&amp;nbsp; I assume I need to reference this somewhere else in the js file.&amp;nbsp; I'd appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 09:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812707#M2676</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2015-01-27T09:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set a color picker for my extension in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812708#M2677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The color picker returns a number between 0 to 11 for the colors. The index refers to the palette in the general service media tools theme.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to make these changes to add the media-tool theme&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14224366122484841" jivemacro_uid="_14224366122484841" modifiedtitle="true"&gt;
&lt;P&gt;define(["jquery", "text!./simpletable2.css", "general.services/media-tool/theme"], function($, cssContent, mediaTool) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'use strict';&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you need the layout argument in the paint function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14224366878123416" jivemacro_uid="_14224366878123416" modifiedtitle="true"&gt;
&lt;P&gt;paint: function($element, layout) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log(mediaTool.palette[layout.color]);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 09:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812708#M2677</guid>
      <dc:creator />
      <dc:date>2015-01-28T09:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set a color picker for my extension in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812709#M2678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ha, you sneaky reverse engineer you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Anyways, I love to see that you re-use our internal components just keep in mind that these might/will change over time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/5070"&gt;ewg&lt;/A&gt; is probably very interested in hearing more about which components that you re-use which is not covered as part of the API. Then perhaps we can make them part of it, the API, and &lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;vis-à-vis also supported.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 19:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812709#M2678</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-01-28T19:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set a color picker for my extension in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812710#M2679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Karl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a shame that there doesn't seem to be any accessible and detailed documentation.&amp;nbsp; The online help is all too basic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 07:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812710#M2679</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2015-01-29T07:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set a color picker for my extension in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812711#M2680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to see alot of those services and components that's built in covered in the API when they are more mature/stable. Why invent the wheel again for all common tasks. I also would like to see the components and services adapted to a more generic use. The number-formatter, for example, it's hard coded for qNumFormat and doesn't work with qNumberPresentations. And another example, the items component doesn't support reordering like the dimensions do. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could dream I imagine the built in components like axis, lines etc to be available as a toolbox for all. That would really remove the separation between things built by Qlik and visualizations produced by a partner or a customer. The way forward is a common design language, like Apple did with iOS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When Qlik Sense becomes more mature and the documentation is fleshed out I know it will be better and more components will be available. But in the meantime it's easier to reverse engineer if you want to play around.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 08:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812711#M2680</guid>
      <dc:creator />
      <dc:date>2015-01-29T08:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set a color picker for my extension in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812712#M2681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Picking this up and hopefully can grab a hint: Can i add a color picker to a dimension property ?&lt;/P&gt;&lt;P&gt;I tried something like this, but no success (obviously):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dim.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108365_dim.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is much appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 15:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812712#M2681</guid>
      <dc:creator />
      <dc:date>2015-12-08T15:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set a color picker for my extension in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812713#M2682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did&amp;nbsp; you get the solution for your problem ?&lt;/P&gt;&lt;P&gt;I am also facing same problem.I also want to add color to the dimentions but its not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 05:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-I-set-a-color-picker-for-my-extension-in-Qlik-Sense/m-p/812713#M2682</guid>
      <dc:creator>humesh_sindpure</dc:creator>
      <dc:date>2018-03-28T05:14:22Z</dc:date>
    </item>
  </channel>
</rss>

