<?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 make a drop-down form wider? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259735#M16336</link>
    <description>&lt;P&gt;Thanks. I've had a look at these and they are probably what I need, but I don't understand how to convert the dashboard to HTML and then override the CSS. What exactly do I need to do?&lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2016 08:30:53 GMT</pubDate>
    <dc:creator>johnraftery</dc:creator>
    <dc:date>2016-05-23T08:30:53Z</dc:date>
    <item>
      <title>How to make a drop-down form wider?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259733#M16334</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I have a very simple UI question &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;The default width of drop-down boxes is too short to display enough information in my use case. Can it be extended?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
John&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 14:32:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259733#M16334</guid>
      <dc:creator>johnraftery</dc:creator>
      <dc:date>2016-05-20T14:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a drop-down form wider?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259734#M16335</link>
      <description>&lt;P&gt;Have a look at these&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/114078/splunk-6-dropdown-menu-decrease-width.html"&gt;https://answers.splunk.com/answers/114078/splunk-6-dropdown-menu-decrease-width.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/295879/how-can-i-extend-the-width-of-my-drop-down-box-in.html"&gt;https://answers.splunk.com/answers/295879/how-can-i-extend-the-width-of-my-drop-down-box-in.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/298868/can-i-expand-the-length-of-a-drop-down-input-field.html"&gt;https://answers.splunk.com/answers/298868/can-i-expand-the-length-of-a-drop-down-input-field.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 15:18:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259734#M16335</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-05-20T15:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a drop-down form wider?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259735#M16336</link>
      <description>&lt;P&gt;Thanks. I've had a look at these and they are probably what I need, but I don't understand how to convert the dashboard to HTML and then override the CSS. What exactly do I need to do?&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 08:30:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259735#M16336</guid>
      <dc:creator>johnraftery</dc:creator>
      <dc:date>2016-05-23T08:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a drop-down form wider?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259736#M16337</link>
      <description>&lt;P&gt;I tried the CSS solution described here;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/295879/how-can-i-extend-the-width-of-my-drop-down-box-in.html"&gt;https://answers.splunk.com/answers/295879/how-can-i-extend-the-width-of-my-drop-down-box-in.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But instead of making the inputbox wider, it shifted the rest of the row further to the right giving 500px of space. Is this the correct CSS?&lt;BR /&gt;
     #resized_input {&lt;BR /&gt;
         width: 500px;&lt;BR /&gt;
     }&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 08:50:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259736#M16337</guid>
      <dc:creator>johnraftery</dc:creator>
      <dc:date>2016-05-23T08:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a drop-down form wider?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259737#M16338</link>
      <description>&lt;P&gt;Hi there - that CSS is fine given that you have applied the ID to the  tag.  If you have it anywhere else, then it would push it.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 12:30:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259737#M16338</guid>
      <dc:creator>markthompson</dc:creator>
      <dc:date>2016-05-23T12:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a drop-down form wider?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259738#M16339</link>
      <description>&lt;P&gt;I've applied the ID like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;      &amp;lt;input type="dropdown" token="tps_logger_method" searchWhenChanged="true" id="resized_input"&amp;gt;
        &amp;lt;label&amp;gt;Select a logger name&amp;lt;/label&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;eventtype=mlc2 sourcetype=tps host=$host_token$ | table name | dedup name | sort name&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$time_token.earliest$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;$time_token.latest$&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;fieldForLabel&amp;gt;name&amp;lt;/fieldForLabel&amp;gt;
        &amp;lt;fieldForValue&amp;gt;name&amp;lt;/fieldForValue&amp;gt;
        &amp;lt;default&amp;gt;murex.limits.engine.stream.histo.TPSHistoCounter&amp;lt;/default&amp;gt;
      &amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And the stylesheet is referenced in the form tag like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form script="table_cell_highlighting.js,simple_xml_examples:tokenlinks.js" stylesheet="table_cell_highlighting.css,single_decorations.css"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But it's still not working I'm afraid.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 17:26:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259738#M16339</guid>
      <dc:creator>johnraftery</dc:creator>
      <dc:date>2016-05-23T17:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a drop-down form wider?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259739#M16340</link>
      <description>&lt;P&gt;Do I need to restart splunk after updating the CSS?&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 17:27:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259739#M16340</guid>
      <dc:creator>johnraftery</dc:creator>
      <dc:date>2016-05-23T17:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a drop-down form wider?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259740#M16341</link>
      <description>&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/114078/splunk-6-dropdown-menu-decrease-width.html"&gt;https://answers.splunk.com/answers/114078/splunk-6-dropdown-menu-decrease-width.html&lt;/A&gt; worked for me.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 13:29:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-drop-down-form-wider/m-p/259740#M16341</guid>
      <dc:creator>Yunagi</dc:creator>
      <dc:date>2018-01-10T13:29:42Z</dc:date>
    </item>
  </channel>
</rss>

