<?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: Ajax toolbar icons in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ajax-toolbar-icons/m-p/961271#M1295731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Peter?&lt;/P&gt;&lt;P&gt;How woudl you adjust this function to be executed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2015 14:19:43 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2015-11-23T14:19:43Z</dc:date>
    <item>
      <title>Ajax toolbar icons</title>
      <link>https://community.qlik.com/t5/QlikView/Ajax-toolbar-icons/m-p/961267#M1295722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have ex prince with playing with Ajax toolbar?&lt;/P&gt;&lt;P&gt;I would like to take just one icon from the toolbar and use in workbench.&lt;/P&gt;&lt;P&gt;Is even possible or the toolbar&amp;nbsp; is one not separable piece?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ajax-toolbar-icons/m-p/961267#M1295722</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ajax toolbar icons</title>
      <link>https://community.qlik.com/t5/QlikView/Ajax-toolbar-icons/m-p/961268#M1295724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The AJAX toolbar is just JavaScrtipt code with a series of tiled images to represent the icons. Check the top row in the two property_sprite files in C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax\htc\Images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 12:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ajax-toolbar-icons/m-p/961268#M1295724</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-11-23T12:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ajax toolbar icons</title>
      <link>https://community.qlik.com/t5/QlikView/Ajax-toolbar-icons/m-p/961269#M1295726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Peter.&lt;/P&gt;&lt;P&gt;I have managed one icon from and assign via Workbech to the website&lt;/P&gt;&lt;P&gt;Now I trying&amp;nbsp; function to this icon:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="code" style="padding: 8px; border-left-width: 1px; border-top-color: #cccccc; border-right-color: #cccccc; border-bottom-color: #cccccc; color: #000000; font-size: 12px;"&gt; function Init() { var mydoc = Qv.GetCurrentDocument();&amp;nbsp; document.getElementById("Clear").onclick = function() { myDoc.Clear(); }; } &lt;/PRE&gt;&lt;P&gt;But I'm not getting any response when the icon is pressed..&lt;/P&gt;&lt;P&gt;My icon code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="image" onclick="Init();" img src="clear.png" alt="Clear" width="69" height="26"&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 13:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ajax-toolbar-icons/m-p/961269#M1295726</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-11-23T13:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ajax toolbar icons</title>
      <link>https://community.qlik.com/t5/QlikView/Ajax-toolbar-icons/m-p/961270#M1295728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I can see from your posted code, on clicking the image, the myDoc.Clear() function will be assigned to the OnClick property. But does it ever execute myDoc.Clear() ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 13:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ajax-toolbar-icons/m-p/961270#M1295728</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-11-23T13:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ajax toolbar icons</title>
      <link>https://community.qlik.com/t5/QlikView/Ajax-toolbar-icons/m-p/961271#M1295731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Peter?&lt;/P&gt;&lt;P&gt;How woudl you adjust this function to be executed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 14:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ajax-toolbar-icons/m-p/961271#M1295731</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-11-23T14:19:43Z</dc:date>
    </item>
  </channel>
</rss>

