<?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: HTML: Make panel clickable for hyperlinking in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/HTML-Make-panel-clickable-for-hyperlinking/m-p/154832#M9467</link>
    <description>&lt;P&gt;Figured it out myself.....just had to reach way back to web development days. Will answer to share what I did.&lt;/P&gt;

&lt;P&gt;On the div tag that defines the dashboard panel you want to be clickable....add an onclick&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;div class="dashboard-panel clearfix" onclick="myhref('http://mysplunkserver:8000/en-US/app/next_level_dashboard');"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then create a javascript handler for the onclick&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;script type="text/javascript"&amp;gt;
        function myhref(web){
        window.location.href = web;}
&amp;lt;/script&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 09 Dec 2014 22:56:03 GMT</pubDate>
    <dc:creator>jedatt01</dc:creator>
    <dc:date>2014-12-09T22:56:03Z</dc:date>
    <item>
      <title>HTML: Make panel clickable for hyperlinking</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/HTML-Make-panel-clickable-for-hyperlinking/m-p/154831#M9466</link>
      <description>&lt;P&gt;Can someone tell me how in HTML I can make an entire panel clickable so when clicked it takes you to a specified hyperlink?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2014 20:40:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/HTML-Make-panel-clickable-for-hyperlinking/m-p/154831#M9466</guid>
      <dc:creator>jedatt01</dc:creator>
      <dc:date>2014-12-08T20:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: HTML: Make panel clickable for hyperlinking</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/HTML-Make-panel-clickable-for-hyperlinking/m-p/154832#M9467</link>
      <description>&lt;P&gt;Figured it out myself.....just had to reach way back to web development days. Will answer to share what I did.&lt;/P&gt;

&lt;P&gt;On the div tag that defines the dashboard panel you want to be clickable....add an onclick&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;div class="dashboard-panel clearfix" onclick="myhref('http://mysplunkserver:8000/en-US/app/next_level_dashboard');"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then create a javascript handler for the onclick&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;script type="text/javascript"&amp;gt;
        function myhref(web){
        window.location.href = web;}
&amp;lt;/script&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 Dec 2014 22:56:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/HTML-Make-panel-clickable-for-hyperlinking/m-p/154832#M9467</guid>
      <dc:creator>jedatt01</dc:creator>
      <dc:date>2014-12-09T22:56:03Z</dc:date>
    </item>
  </channel>
</rss>

