<?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: adding a border to a text box in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674040#M2163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I can see documentation for dimensions and measures, which is really helpful. However, I want my element to have the properties of a QlikSense text element and I haven't found documentation that explains how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have given me the idea that a work around could be to add a single measure, which would work in my current scenario, I think.... Thanks! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2014 06:25:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-24T06:25:12Z</dc:date>
    <item>
      <title>adding a border to a text box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674036#M2159</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;Has anyone added a simple extension for a bordered text box? I used these a lot in Qlikview for KPI's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to figure out the code I need in my javascript. I have created a copy of the 'hello world' extension and added CSS to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know how to write the js to take text as an input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies if I've missed where this has been explained.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 17:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674036#M2159</guid>
      <dc:creator />
      <dc:date>2014-09-23T17:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: adding a border to a text box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674037#M2160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a bit unclear on exactly what you are trying to do and where you get stuck, since I can see two different questions in your description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Text with a border. In your example you just add text into the extension element. In the .html() function you can add any custom HTML script, which will then become the actual extension content. If you are not familiar with HTML and how to structure your content, there are multiple web sources that can guide you towards mastering HTML and CSS. Common sources are Codecademy and W3Schools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.codecademy.com/" title="http://www.codecademy.com/"&gt;Learn to code | Codecademy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.w3schools.com/" title="http://www.w3schools.com/"&gt;W3Schools Online Web Tutorials&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Handling user input. To handle input you first need a HTML element to receive the user input. A JavaScript can then be used to handle the actual input value, but a solution can also be to use HTML forms and just send the content to a server for further action. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.w3schools.com/tags/tag_input.asp" style="font-size: 10pt;" title="http://www.w3schools.com/tags/tag_input.asp"&gt;HTML input tag&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.w3schools.com/html/html_forms.asp" title="http://www.w3schools.com/html/html_forms.asp"&gt;HTML Forms and Input&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. JavaScript coding. Codecademy can be a good start to understand the JavaScript basics. Once you have mastered the basics, a good way to progress can be to analyze how others have setup their extensions. For example you can find example extensions on Qlik Branch. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://branch.qlik.com/" title="http://branch.qlik.com/"&gt;http://branch.qlik.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In summary you can start by generating web content outside of Qlik Sense extension context. Once your HTML and JavaScript works as expected, you can start looking into how this can be transformed into an extension. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 05:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674037#M2160</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2014-09-24T05:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: adding a border to a text box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674038#M2161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Toni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. So I'm OK with basic HTML and CSS, but I don't know how to write the JS so that QlikSense treats my custom textbox like a normal text box: by that I mean that it allows me to then 'click to add text and measures' (when I drop an instance of it onto the sheet) - or am I barking up the wrong tree and I should treat it more like a web form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 05:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674038#M2161</guid>
      <dc:creator />
      <dc:date>2014-09-24T05:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: adding a border to a text box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674039#M2162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find the extension templates quite handy when I comes to figuring out how to set things up. For example create a extension based on the Qlik Sense Workbench chart template, and you will see how the dimensions and measures are defined in the JavaScript file. From these settings Qlik Sense automatically renders the "Add dimension" and "Add measure" UI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/Workbench/Content/qswb_wb_launch.htm" title="https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/Workbench/Content/qswb_wb_launch.htm"&gt;https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/Workbench/Content/qswb_wb_launch.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The help has a short walk through of the JS setup for example extensions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/Workbench/Content/CodeExamples/ext_peoplechart.htm%3FTocPath%3DQlik%2520Sense%2520Workbench%7CCode%2520examples%7C_____4" title="https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/Workbench/Content/CodeExamples/ext_peoplechart.htm%3FTocPath%3DQlik%2520Sense%2520Workbench%7CCode%2520examples%7C_____4"&gt;https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/Workbench/Content/CodeExamples/ext_peoplechart.htm%…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 06:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674039#M2162</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2014-09-24T06:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: adding a border to a text box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674040#M2163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I can see documentation for dimensions and measures, which is really helpful. However, I want my element to have the properties of a QlikSense text element and I haven't found documentation that explains how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have given me the idea that a work around could be to add a single measure, which would work in my current scenario, I think.... Thanks! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 06:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674040#M2163</guid>
      <dc:creator />
      <dc:date>2014-09-24T06:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: adding a border to a text box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674041#M2164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to figure that one out either, by looking at the JS configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way I can see is that you add a div with the "Click here..." message, and then switch the div to a input box when the div is clicked. With jQuery you should be able to do that really smoothly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for being a bit slow on getting your question, it is a bit too early yet for me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 06:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674041#M2164</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2014-09-24T06:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: adding a border to a text box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674042#M2165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah... great idea, thanks. I will have to try that a bit later on (my JS / jQuery isn't so strong) and will update on how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 06:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674042#M2165</guid>
      <dc:creator />
      <dc:date>2014-09-24T06:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: adding a border to a text box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674043#M2166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In jQuery you address the id $("#MyElementId"), calss $(".MyElementClass") or by element type $("div"). Naturally you have a bunch of function to call on the fetched object, but the hide and show are very intuative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://www.w3schools.com/jquery/jquery_hide_show.asp" title="http://www.w3schools.com/jquery/jquery_hide_show.asp"&gt;http://www.w3schools.com/jquery/jquery_hide_show.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jQuery is enabled by default in Qlik Sense. &lt;/P&gt;&lt;P&gt;Remember to press F5 to refresh your application in the Qlik Sense Desktop (or browser)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 06:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/adding-a-border-to-a-text-box/m-p/674043#M2166</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2014-09-24T06:47:06Z</dc:date>
    </item>
  </channel>
</rss>

