<?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 Web Framework set textinput size/width? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Web-Framework-set-textinput-size-width/m-p/199497#M2686</link>
    <description>&lt;P&gt;I have a web framework page with a textinput inside a dashboard-cell, and was wondering how to set the size of the textinput?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;div class="dashboard-cell" style="width: 500px;"&amp;gt;&lt;BR /&gt;
 {% textinput id="search_box" value="$search_args$"|token_safe default="" style="width: 500px;" %}&lt;BR /&gt;
 &amp;lt;/div&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Setting the width does not seem to work.&lt;/P&gt;

&lt;P&gt;Thank.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Mar 2014 17:34:43 GMT</pubDate>
    <dc:creator>unclethan</dc:creator>
    <dc:date>2014-03-26T17:34:43Z</dc:date>
    <item>
      <title>Web Framework set textinput size/width?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Web-Framework-set-textinput-size-width/m-p/199497#M2686</link>
      <description>&lt;P&gt;I have a web framework page with a textinput inside a dashboard-cell, and was wondering how to set the size of the textinput?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;div class="dashboard-cell" style="width: 500px;"&amp;gt;&lt;BR /&gt;
 {% textinput id="search_box" value="$search_args$"|token_safe default="" style="width: 500px;" %}&lt;BR /&gt;
 &amp;lt;/div&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Setting the width does not seem to work.&lt;/P&gt;

&lt;P&gt;Thank.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2014 17:34:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Web-Framework-set-textinput-size-width/m-p/199497#M2686</guid>
      <dc:creator>unclethan</dc:creator>
      <dc:date>2014-03-26T17:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Web Framework set textinput size/width?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Web-Framework-set-textinput-size-width/m-p/199498#M2687</link>
      <description>&lt;P&gt;Add something like&lt;/P&gt;

&lt;P&gt;input[type="text"] { min-width: 70px; max-width:130px;}&lt;/P&gt;

&lt;P&gt;to your application.css.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2014 10:30:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Web-Framework-set-textinput-size-width/m-p/199498#M2687</guid>
      <dc:creator>akazarov</dc:creator>
      <dc:date>2014-06-06T10:30:31Z</dc:date>
    </item>
  </channel>
</rss>

