<?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 increase textfield size in formsearch in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-increase-textfield-size-in-formsearch/m-p/78728#M5013</link>
    <description>&lt;P&gt;Hi @nabeel652&lt;/P&gt;

&lt;P&gt;The post wasn't properly formatted. I just edited it to render the code properly. Do keep in mind though that this post is almost 4 years old and the solution might not be relevant to more current Splunk versions&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2016 23:31:00 GMT</pubDate>
    <dc:creator>ppablo</dc:creator>
    <dc:date>2016-05-12T23:31:00Z</dc:date>
    <item>
      <title>How to increase textfield size in formsearch</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-increase-textfield-size-in-formsearch/m-p/78725#M5010</link>
      <description>&lt;P&gt;I am using module=textfield in formsearch. I lookslike text box is smaller to enter full our search string. How do I increase the textbox size when used module=textfield .I tried giving width=100 but didnot helped.&lt;BR /&gt;
is there any way we can increase the size to textbox?&lt;BR /&gt;
Here is code in XML.&lt;BR /&gt;
&lt;VIEW template="dashboard.html"&gt;&lt;BR /&gt;
    &lt;LABEL&gt;Search by User&lt;/LABEL&gt;&lt;BR /&gt;
    &lt;MODULE name="AccountBar" layoutpanel="appHeader"&gt;&lt;/MODULE&gt;&lt;BR /&gt;
    &lt;MODULE name="AppBar" layoutpanel="appHeader"&gt;&lt;/MODULE&gt;&lt;BR /&gt;
    &lt;MODULE name="SideviewUtils" layoutpanel="appHeader"&gt;&lt;/MODULE&gt;&lt;/VIEW&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="Message" layoutPanel="messaging"&amp;gt;
    &amp;lt;param name="filter"&amp;gt;*&amp;lt;/param&amp;gt;
    &amp;lt;param name="clearOnJobDispatch"&amp;gt;False&amp;lt;/param&amp;gt;
    &amp;lt;param name="maxSize"&amp;gt;2&amp;lt;/param&amp;gt;
&amp;lt;/module&amp;gt;

&amp;lt;module name="TitleBar" layoutPanel="navigationHeader"&amp;gt;
    &amp;lt;param name="actionsMenuFilter"&amp;gt;dashboard&amp;lt;/param&amp;gt;
    &amp;lt;!-- &amp;lt;param name="showActionsMenu"&amp;gt;False&amp;lt;/param&amp;gt; --&amp;gt;
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;MODULE name="Search" layoutpanel="panel_row1_col1" autorun="True"&gt;&lt;BR /&gt;
        &lt;MODULE name="TextField" width="100"&gt;&lt;BR /&gt;
            &lt;OBJECT&gt;&lt;PARAM name="name" /&gt;user&lt;BR /&gt;
            &lt;PARAM name="label" /&gt;Enter UserID&lt;BR /&gt;
            &lt;PARAM name="template" /&gt;user="$value$"&lt;BR /&gt;
            &lt;PARAM name="float" /&gt;left&lt;BR /&gt;
            &lt;PARAM name="default" /&gt;0&lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 17:20:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-increase-textfield-size-in-formsearch/m-p/78725#M5010</guid>
      <dc:creator>splunkatl</dc:creator>
      <dc:date>2012-10-03T17:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase textfield size in formsearch</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-increase-textfield-size-in-formsearch/m-p/78726#M5011</link>
      <description>&lt;P&gt;this has fixed after changing the code as below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;module name="TextField" &amp;gt;
        &amp;lt;param name="name"&amp;gt;user&amp;lt;/param&amp;gt;
        &amp;lt;param name="label"&amp;gt;Enter UserID&amp;lt;/param&amp;gt;
        &amp;lt;param name="template"&amp;gt;user="$value$"&amp;lt;/param&amp;gt;
        &amp;lt;param name="float"&amp;gt;left&amp;lt;/param&amp;gt;
        &amp;lt;param name="default"&amp;gt;0&amp;lt;/param&amp;gt;
    &amp;lt;param name="width"&amp;gt;70%&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 07 Oct 2012 01:20:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-increase-textfield-size-in-formsearch/m-p/78726#M5011</guid>
      <dc:creator>splunkatl</dc:creator>
      <dc:date>2012-10-07T01:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase textfield size in formsearch</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-increase-textfield-size-in-formsearch/m-p/78727#M5012</link>
      <description>&lt;P&gt;is this answer in some code word?&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 23:21:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-increase-textfield-size-in-formsearch/m-p/78727#M5012</guid>
      <dc:creator>nabeel652</dc:creator>
      <dc:date>2016-05-12T23:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase textfield size in formsearch</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-increase-textfield-size-in-formsearch/m-p/78728#M5013</link>
      <description>&lt;P&gt;Hi @nabeel652&lt;/P&gt;

&lt;P&gt;The post wasn't properly formatted. I just edited it to render the code properly. Do keep in mind though that this post is almost 4 years old and the solution might not be relevant to more current Splunk versions&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 23:31:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-increase-textfield-size-in-formsearch/m-p/78728#M5013</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2016-05-12T23:31:00Z</dc:date>
    </item>
  </channel>
</rss>

