<?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: How to highlight a radio button on a dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-highlight-a-radio-button-on-a-dashboard/m-p/257097#M16137</link>
    <description>&lt;P&gt;Hi @dbcase,&lt;/P&gt;

&lt;P&gt;I just edited your question to show the image properly. Cheers&lt;/P&gt;

&lt;P&gt;Patrick&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2016 19:49:17 GMT</pubDate>
    <dc:creator>ppablo</dc:creator>
    <dc:date>2016-09-01T19:49:17Z</dc:date>
    <item>
      <title>How to highlight a radio button on a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-highlight-a-radio-button-on-a-dashboard/m-p/257095#M16135</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have this at the top of the dashboard:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1790i87CC4AAB943EB09A/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;The code that shows this is:&lt;/P&gt;

&lt;P&gt;Beta Reports&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="time" token="field1" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;Select a Time Period&amp;lt;/label&amp;gt;
  &amp;lt;default&amp;gt;
    &amp;lt;earliest&amp;gt;-6h&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
  &amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="radio" token="dummy" searchWhenChanged="true"&amp;gt;

  &amp;lt;label&amp;gt;Show Help:&amp;lt;/label&amp;gt;
  &amp;lt;default&amp;gt;No&amp;lt;/default&amp;gt;
  &amp;lt;choice value="No"&amp;gt;No&amp;lt;/choice&amp;gt;
  &amp;lt;choice value="Yes"&amp;gt;Yes&amp;lt;/choice&amp;gt;
  &amp;lt;change&amp;gt;
    &amp;lt;condition value="No"&amp;gt;
      &amp;lt;unset token="showhelp"&amp;gt;&amp;lt;/unset&amp;gt;
    &amp;lt;/condition&amp;gt;
    &amp;lt;condition value="Yes"&amp;gt;
      &amp;lt;set token="showhelp"&amp;gt;awwwyeah&amp;lt;/set&amp;gt;
    &amp;lt;/condition&amp;gt;
  &amp;lt;/change&amp;gt;
&amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What I'd like to do is either (could be AND as well) somehow highlight the show help radio button and/or move the radio button to right justified.  &lt;/P&gt;

&lt;P&gt;The reason is the users either don't see the radio button or they think it is help for the select time period drop-down.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 19:40:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-highlight-a-radio-button-on-a-dashboard/m-p/257095#M16135</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-01T19:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight a radio button on a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-highlight-a-radio-button-on-a-dashboard/m-p/257096#M16136</link>
      <description>&lt;P&gt;Odd, the image didn't show but it is attached to the bottom of the question&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 19:41:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-highlight-a-radio-button-on-a-dashboard/m-p/257096#M16136</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-01T19:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight a radio button on a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-highlight-a-radio-button-on-a-dashboard/m-p/257097#M16137</link>
      <description>&lt;P&gt;Hi @dbcase,&lt;/P&gt;

&lt;P&gt;I just edited your question to show the image properly. Cheers&lt;/P&gt;

&lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 19:49:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-highlight-a-radio-button-on-a-dashboard/m-p/257097#M16137</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2016-09-01T19:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight a radio button on a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-highlight-a-radio-button-on-a-dashboard/m-p/257098#M16138</link>
      <description>&lt;P&gt;You can add css to a simple xml by using the  tags in the panels.  Here is a simple example of how to apply css.  You will have to play with css to get exactly what you want.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          div#myRadio label:first-child { 
                    position: relative !important;
                    background-color: #b0e0e6;
                   }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;

  &amp;lt;input type="time" token="field1" searchWhenChanged="true"&amp;gt;
   &amp;lt;label&amp;gt;Select a Time Period&amp;lt;/label&amp;gt;
   &amp;lt;default&amp;gt;
     &amp;lt;earliest&amp;gt;-6h&amp;lt;/earliest&amp;gt;
     &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
   &amp;lt;/default&amp;gt;
 &amp;lt;/input&amp;gt;
 &amp;lt;input id="myRadio" type="radio" token="dummy" searchWhenChanged="true"&amp;gt;

   &amp;lt;label&amp;gt;Show Help:&amp;lt;/label&amp;gt;
   &amp;lt;default&amp;gt;No&amp;lt;/default&amp;gt;
   &amp;lt;choice value="No"&amp;gt;No&amp;lt;/choice&amp;gt;
   &amp;lt;choice value="Yes"&amp;gt;Yes&amp;lt;/choice&amp;gt;
   &amp;lt;change&amp;gt;
     &amp;lt;condition value="No"&amp;gt;
       &amp;lt;unset token="showhelp"&amp;gt;&amp;lt;/unset&amp;gt;
     &amp;lt;/condition&amp;gt;
     &amp;lt;condition value="Yes"&amp;gt;
       &amp;lt;set token="showhelp"&amp;gt;awwwyeah&amp;lt;/set&amp;gt;
     &amp;lt;/condition&amp;gt;
   &amp;lt;/change&amp;gt;
 &amp;lt;/input&amp;gt;
    &amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 18:42:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-highlight-a-radio-button-on-a-dashboard/m-p/257098#M16138</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2016-09-02T18:42:19Z</dc:date>
    </item>
  </channel>
</rss>

