<?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: Define a CDN in a Qlik Sense Extension in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Define-a-CDN-in-a-Qlik-Sense-Extension/m-p/897918#M3121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, didn't know that detail about RequireJS ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2015 10:29:17 GMT</pubDate>
    <dc:creator>Stefan_Walther</dc:creator>
    <dc:date>2015-05-21T10:29:17Z</dc:date>
    <item>
      <title>Define a CDN in a Qlik Sense Extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Define-a-CDN-in-a-Qlik-Sense-Extension/m-p/897914#M3117</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;Is it possible to reference a CDN (reference js or css via url) in the define statement of a Qlik Sense Extension?&amp;nbsp; I may have missed it, but I don't think I've seen a reference to a CDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, please provide an example for me to see how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a best practice standpoint, what is your opinion of using a CDN in an extension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 14:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Define-a-CDN-in-a-Qlik-Sense-Extension/m-p/897914#M3117</guid>
      <dc:creator />
      <dc:date>2015-05-20T14:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Define a CDN in a Qlik Sense Extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Define-a-CDN-in-a-Qlik-Sense-Extension/m-p/897915#M3118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeffrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a CDN is fine in an extension (see attached HCbasicLine.zip) a highchart.js extension example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tricky part is injecting CDN's that are dependent to each other, it's something that have to be tested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aiham &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 21:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Define-a-CDN-in-a-Qlik-Sense-Extension/m-p/897915#M3118</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2015-05-20T21:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Define a CDN in a Qlik Sense Extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Define-a-CDN-in-a-Qlik-Sense-Extension/m-p/897916#M3119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll mark the above correct, but please explain a situation where CDN files may have dependencies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 00:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Define-a-CDN-in-a-Qlik-Sense-Extension/m-p/897916#M3119</guid>
      <dc:creator />
      <dc:date>2015-05-21T00:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Define a CDN in a Qlik Sense Extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Define-a-CDN-in-a-Qlik-Sense-Extension/m-p/897917#M3120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say you have the main library of highchart.js and you need to get in also the Highchart 3D plugin like in this example: &lt;A href="http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/3d-pie-donut/" title="http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/3d-pie-donut/"&gt;Edit fiddle - JSFiddle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You may go into trouble with the plugin loading faster than the library itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aiham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 06:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Define-a-CDN-in-a-Qlik-Sense-Extension/m-p/897917#M3120</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2015-05-21T06:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Define a CDN in a Qlik Sense Extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Define-a-CDN-in-a-Qlik-Sense-Extension/m-p/897918#M3121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, didn't know that detail about RequireJS ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 10:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Define-a-CDN-in-a-Qlik-Sense-Extension/m-p/897918#M3121</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2015-05-21T10:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Define a CDN in a Qlik Sense Extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Define-a-CDN-in-a-Qlik-Sense-Extension/m-p/897919#M3122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Personal preference but I usually define it in the require config instead.&lt;BR /&gt;Benefit is that I can then shim modules if I need a specific load order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14323131344159775 jive_text_macro" jivemacro_uid="_14323131344159775" modifiedtitle="true"&gt;
&lt;P&gt;require.config({&lt;/P&gt;
&lt;P&gt; paths: {&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; 'somelibrary': '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://somecdn.com/" rel="nofollow"&gt;https://somecdn.com/&lt;/A&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;somelibrary&lt;/SPAN&gt;'&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;})&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;define(['somelibrary'], function() { //extension code }));&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 16:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Define-a-CDN-in-a-Qlik-Sense-Extension/m-p/897919#M3122</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-05-22T16:48:11Z</dc:date>
    </item>
  </channel>
</rss>

