<?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 we add external javascript file to custom visual? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Can-we-add-external-javascript-file-to-custom-visual/m-p/38672#M1183</link>
    <description>&lt;P&gt;I won't say no but I would be fairly surprised if this was allowed for security concerns&amp;nbsp;alone.&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2016 12:31:13 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2016-05-26T12:31:13Z</dc:date>
    <item>
      <title>Can we add external javascript file to custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-we-add-external-javascript-file-to-custom-visual/m-p/38586#M1180</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can we add external javascript file to custom visual?&lt;/P&gt;&lt;P&gt;If yes can anyone point me at some code or link.&lt;/P&gt;&lt;P&gt;I have tried few things like $.getScript(), reference path but no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 05:54:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-we-add-external-javascript-file-to-custom-visual/m-p/38586#M1180</guid>
      <dc:creator>dhavalu</dc:creator>
      <dc:date>2016-05-26T05:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add external javascript file to custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-we-add-external-javascript-file-to-custom-visual/m-p/38672#M1183</link>
      <description>&lt;P&gt;I won't say no but I would be fairly surprised if this was allowed for security concerns&amp;nbsp;alone.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 12:31:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-we-add-external-javascript-file-to-custom-visual/m-p/38672#M1183</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2016-05-26T12:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add external javascript file to custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-we-add-external-javascript-file-to-custom-visual/m-p/39464#M1205</link>
      <description>&lt;P&gt;Take a look at the&amp;nbsp;QuillWrapper in the textbox visual, it loads javascript dynamically.&lt;/P&gt;&lt;P&gt;You can refer to a CDN or self hosted (needs to be https)&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 14:07:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-we-add-external-javascript-file-to-custom-visual/m-p/39464#M1205</guid>
      <dc:creator>vincent_1234</dc:creator>
      <dc:date>2016-05-31T14:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add external javascript file to custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-we-add-external-javascript-file-to-custom-visual/m-p/68767#M2246</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/8877"&gt;@vincent_1234﻿&lt;/a&gt;&amp;nbsp;hello, sorry for jumping on someone elses&amp;nbsp;thread. &amp;nbsp;When you say&amp;nbsp;"textbox visual", do you mean the basic textbox which is available in the ribbon bar. &amp;nbsp;Or are you referring to a Custom Visual? &amp;nbsp;Im trying to embed a short java script to recall a map from an external https website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 16:52:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-we-add-external-javascript-file-to-custom-visual/m-p/68767#M2246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-15T16:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add external javascript file to custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-we-add-external-javascript-file-to-custom-visual/m-p/68774#M2247</link>
      <description>&lt;P&gt;I was able to use getScript to grab the leaflet library for a mapping visual &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;             $.getScript("https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js", function (data, textStatus, jqxhr) {
//do stuff
}&lt;/PRE&gt;&lt;P&gt;Alex&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 17:39:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-we-add-external-javascript-file-to-custom-visual/m-p/68774#M2247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-15T17:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add external javascript file to custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-we-add-external-javascript-file-to-custom-visual/m-p/68787#M2249</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;@Anonymous﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;sorry for the question, but Im completely new to this side of Power BI. &amp;nbsp;How do I add this into a&amp;nbsp;power BI report? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 18:39:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-we-add-external-javascript-file-to-custom-visual/m-p/68787#M2249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-15T18:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add external javascript file to custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-we-add-external-javascript-file-to-custom-visual/m-p/68788#M2250</link>
      <description>&lt;P&gt;You are going to want to leverage it in your custom visual code. &amp;nbsp;Documentation on how to get started can be found here:&amp;nbsp;&lt;A href="https://github.com/Microsoft/PowerBI-visuals" target="_blank"&gt;https://github.com/Microsoft/PowerBI-visuals&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alex&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 18:42:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-we-add-external-javascript-file-to-custom-visual/m-p/68788#M2250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-15T18:42:15Z</dc:date>
    </item>
  </channel>
</rss>

