<?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 Can customized SearchBar be readonly? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-customized-SearchBar-be-readonly/m-p/92547#M23882</link>
    <description>&lt;P&gt;Hello Splunk Experts,&lt;/P&gt;

&lt;P&gt;I have a SearchBar that inherit it's value from a Search&lt;/P&gt;

&lt;P&gt;&lt;MODULE name="Search"&gt; $calculation$ &lt;BR /&gt;
&lt;MODULE name="SearchBar"&gt; &lt;/MODULE&gt;&lt;BR /&gt;
&lt;/MODULE&gt;&lt;/P&gt;

&lt;P&gt;I would like that the SearchBar to be readonly , how to do that?&lt;/P&gt;

&lt;P&gt;Thanks,  &lt;/P&gt;</description>
    <pubDate>Thu, 10 Oct 2013 12:32:38 GMT</pubDate>
    <dc:creator>royimad</dc:creator>
    <dc:date>2013-10-10T12:32:38Z</dc:date>
    <item>
      <title>Can customized SearchBar be readonly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-customized-SearchBar-be-readonly/m-p/92547#M23882</link>
      <description>&lt;P&gt;Hello Splunk Experts,&lt;/P&gt;

&lt;P&gt;I have a SearchBar that inherit it's value from a Search&lt;/P&gt;

&lt;P&gt;&lt;MODULE name="Search"&gt; $calculation$ &lt;BR /&gt;
&lt;MODULE name="SearchBar"&gt; &lt;/MODULE&gt;&lt;BR /&gt;
&lt;/MODULE&gt;&lt;/P&gt;

&lt;P&gt;I would like that the SearchBar to be readonly , how to do that?&lt;/P&gt;

&lt;P&gt;Thanks,  &lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2013 12:32:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-customized-SearchBar-be-readonly/m-p/92547#M23882</guid>
      <dc:creator>royimad</dc:creator>
      <dc:date>2013-10-10T12:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can customized SearchBar be readonly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-customized-SearchBar-be-readonly/m-p/92548#M23883</link>
      <description>&lt;P&gt;If you don't want the search to change, I wouldn't display the bar. According to Module Ref, there is no readonly option.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/AdvancedDev/ModuleReference#SearchBar" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/AdvancedDev/ModuleReference#SearchBar&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2013 13:09:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-customized-SearchBar-be-readonly/m-p/92548#M23883</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-10-10T13:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can customized SearchBar be readonly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-customized-SearchBar-be-readonly/m-p/92549#M23884</link>
      <description>&lt;P&gt;I would use an HTML module, create a &lt;CODE&gt;&amp;lt;textarea&amp;gt;&lt;/CODE&gt;, mark it readonly and dump $search$ into it. &lt;/P&gt;

&lt;P&gt;At it's simplest:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HTML"&amp;gt;
  &amp;lt;param name="html"&amp;gt;&amp;lt;![CDATA[
    &amp;lt;textarea readonly&amp;gt;$search$&amp;lt;/textarea&amp;gt;
  ]]&amp;gt;&amp;lt;/param&amp;gt;
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Oct 2013 16:10:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-customized-SearchBar-be-readonly/m-p/92549#M23884</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-10-10T16:10:35Z</dc:date>
    </item>
  </channel>
</rss>

