<?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 External properties file for a QS extension? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/External-properties-file-for-a-QS-extension/m-p/1326094#M28761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! We have coded a QS Extension, which includes a properties.js&lt;/P&gt;&lt;P&gt;There is a property &lt;SPAN style="font-family: 'Courier New'; font-size: 13.3333px;"&gt;MyURLValue&lt;/SPAN&gt; in the file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New';"&gt;var MyURLValue = {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New';"&gt; ref: "props.urlArvo",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New';"&gt; type: "string",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New';"&gt; label: "URL Address",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New';"&gt; expression: "optional",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New';"&gt; show:function(){return!0},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;defaultValue:"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;A href="http://localhost:81/"&gt;http://localhost:81/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt; };&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is: can we place this default URL value in a properties file OUTSIDE of the extension / QS - ie. in a properties file on the server - and the extension would read the URL value from the external properties file - based on a static path - or could the external properties file be included in the extension code somehow?&lt;/P&gt;&lt;P&gt;We are investigating this option so that the URL would not need to be &lt;SPAN style="font-size: 10pt;"&gt;changed in the extension code on all the clients - on theexternal properties file on the client's environment would need to be changed.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Apr 2017 07:05:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-04-03T07:05:01Z</dc:date>
    <item>
      <title>External properties file for a QS extension?</title>
      <link>https://community.qlik.com/t5/App-Development/External-properties-file-for-a-QS-extension/m-p/1326094#M28761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! We have coded a QS Extension, which includes a properties.js&lt;/P&gt;&lt;P&gt;There is a property &lt;SPAN style="font-family: 'Courier New'; font-size: 13.3333px;"&gt;MyURLValue&lt;/SPAN&gt; in the file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New';"&gt;var MyURLValue = {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New';"&gt; ref: "props.urlArvo",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New';"&gt; type: "string",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New';"&gt; label: "URL Address",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New';"&gt; expression: "optional",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New';"&gt; show:function(){return!0},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;defaultValue:"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;A href="http://localhost:81/"&gt;http://localhost:81/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt; };&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is: can we place this default URL value in a properties file OUTSIDE of the extension / QS - ie. in a properties file on the server - and the extension would read the URL value from the external properties file - based on a static path - or could the external properties file be included in the extension code somehow?&lt;/P&gt;&lt;P&gt;We are investigating this option so that the URL would not need to be &lt;SPAN style="font-size: 10pt;"&gt;changed in the extension code on all the clients - on theexternal properties file on the client's environment would need to be changed.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2017 07:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/External-properties-file-for-a-QS-extension/m-p/1326094#M28761</guid>
      <dc:creator />
      <dc:date>2017-04-03T07:05:01Z</dc:date>
    </item>
  </channel>
</rss>

