<?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: Extension to Replace Navigation Widget in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-to-Replace-Navigation-Widget/m-p/1928144#M16763</link>
    <description>&lt;P&gt;Hi please send image of your navigation &lt;SPAN&gt;Widget&lt;/SPAN&gt; from app, maybe i can help you&lt;/P&gt;</description>
    <pubDate>Mon, 09 May 2022 17:10:12 GMT</pubDate>
    <dc:creator>saso70</dc:creator>
    <dc:date>2022-05-09T17:10:12Z</dc:date>
    <item>
      <title>Extension to Replace Navigation Widget</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-to-Replace-Navigation-Widget/m-p/1928034#M16758</link>
      <description>&lt;P&gt;We are preparing to implement the August 2021 update.&amp;nbsp; With that, Widgets will no longer be available. Is it possible to build a generic extension that will allow us to leverage an existing widget's HTML and CSS? I can get it to display, but the navigation API actions do not work. Just trying to determine if this is possible and any suggestions on the JS libraries to use or existing extension to emulate.&amp;nbsp; ...I know there are other alternatives, but none that will allow the level of field selections/clearing that we need.&amp;nbsp; Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 13:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-to-Replace-Navigation-Widget/m-p/1928034#M16758</guid>
      <dc:creator>RonT</dc:creator>
      <dc:date>2022-05-09T13:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extension to Replace Navigation Widget</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-to-Replace-Navigation-Widget/m-p/1928144#M16763</link>
      <description>&lt;P&gt;Hi please send image of your navigation &lt;SPAN&gt;Widget&lt;/SPAN&gt; from app, maybe i can help you&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 17:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-to-Replace-Navigation-Widget/m-p/1928144#M16763</guid>
      <dc:creator>saso70</dc:creator>
      <dc:date>2022-05-09T17:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extension to Replace Navigation Widget</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-to-Replace-Navigation-Widget/m-p/1930455#M16783</link>
      <description>&lt;P&gt;This is a two level HTML/CSS widget that both clears and makes selections.&amp;nbsp; It also evaluates entries made on the widget to determine which version of the navigation bar to display.&amp;nbsp; Using 47 navigation buttons to replace this widget will be an issue.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Nav Widget" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79386iDB05D05FAB002872/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nav_Widget.png" alt="Nav Widget" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Nav Widget&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example of HTML&lt;/P&gt;
&lt;P&gt;&amp;lt;!-- Top Level Begin --&amp;gt;&lt;BR /&gt;&amp;lt;div class="parent hassubs"&amp;gt;&lt;BR /&gt;&amp;lt;div class="mainLink" ng-click="navigation.gotoSheet('5555-6a59-44f3-9489-c4be98dc3943');&lt;BR /&gt;app.field('Report Month').clearOther();"&amp;gt;&lt;BR /&gt;&amp;lt;span class="text"&amp;gt;Top Level&amp;lt;/span&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;!-- Top Level End--&amp;gt; &lt;BR /&gt;&amp;lt;!-- Sub Levels Begin --&amp;gt;&lt;BR /&gt;&amp;lt;div class="parent hassubs" ng-show="settings.navBusiness==='Option1' || settings.lobSelected==='Option2'"&amp;gt;&lt;BR /&gt;&amp;lt;div class="mainLink" ng-click="navigation.gotoSheet('hLJrrrfT');&lt;BR /&gt;app.field('Dimension').clearOther();&lt;BR /&gt;app.field('Dimension').selectValues(['Option2'])"&amp;gt;&lt;BR /&gt;&amp;lt;span class="text"&amp;gt;Sub Level&amp;lt;/span&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="dropdown"&amp;gt;&lt;BR /&gt;&amp;lt;div class="child" ng-click="navigation.gotoSheet('hLJrrrtfT');&lt;BR /&gt;app.field('Dimension').clearOther();&lt;BR /&gt;app.field('Dimension').selectValues(['Option2'])"&amp;gt;&lt;BR /&gt;&amp;lt;span class="text"&amp;gt;Sub Level&amp;lt;/span&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="child" ng-click="navigation.gotoSheet('Tsrrrsub');&lt;BR /&gt;app.field('Dimension').clearOther();&lt;BR /&gt;app.field('Dimension').selectValues(['Option2'])"&amp;gt;&lt;BR /&gt;&amp;lt;span class="text"&amp;gt;Sub Level&amp;lt;/span&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;!-- Sub Levels End --&amp;gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ron&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 13:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extension-to-Replace-Navigation-Widget/m-p/1930455#M16783</guid>
      <dc:creator>RonT</dc:creator>
      <dc:date>2022-05-13T13:32:00Z</dc:date>
    </item>
  </channel>
</rss>

