<?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 Rename &amp;quot;Search&amp;quot; Button in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-Rename-quot-Search-quot-Button/m-p/155198#M43654</link>
    <description>&lt;P&gt;In advanced xml it is possible by using button module and setting value for label parameter&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jul 2014 02:52:24 GMT</pubDate>
    <dc:creator>strive</dc:creator>
    <dc:date>2014-07-24T02:52:24Z</dc:date>
    <item>
      <title>How to Rename "Search" Button</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Rename-quot-Search-quot-Button/m-p/155196#M43652</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;Is there a way to rename the Search button say for a text form input in Splunk 6?  Would I use a .css stylesheet or add html in to the simple xml?  &lt;/P&gt;

&lt;P&gt;Any insight would be much appreciated.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 20:33:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Rename-quot-Search-quot-Button/m-p/155196#M43652</guid>
      <dc:creator>_gkollias</dc:creator>
      <dc:date>2014-07-23T20:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Rename "Search" Button</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Rename-quot-Search-quot-Button/m-p/155197#M43653</link>
      <description>&lt;P&gt;I don't think that's possible in SimpleXML, but you can do that for an HTML/JS dashboard by setting the &lt;CODE&gt;text&lt;/CODE&gt; property in the &lt;CODE&gt;SubmitButton&lt;/CODE&gt; constructor.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 21:50:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Rename-quot-Search-quot-Button/m-p/155197#M43653</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-07-23T21:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Rename "Search" Button</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Rename-quot-Search-quot-Button/m-p/155198#M43654</link>
      <description>&lt;P&gt;In advanced xml it is possible by using button module and setting value for label parameter&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2014 02:52:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Rename-quot-Search-quot-Button/m-p/155198#M43654</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-07-24T02:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Rename "Search" Button</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Rename-quot-Search-quot-Button/m-p/155199#M43655</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;

&lt;P&gt;I did what you mentioned, except the page won't load now.&lt;/P&gt;

&lt;P&gt;I changed the name in two places:&lt;/P&gt;

&lt;P&gt;1)&lt;/P&gt;&lt;DIV class="input form-submit" id="search_btn"&gt;&lt;BR /&gt;
            &lt;BUTTON class="btn btn-primary   submit"&gt;Resubmit&lt;/BUTTON&gt;&lt;BR /&gt;
&lt;/DIV&gt;&lt;BR /&gt;
2)      // SUBMIT FORM DATA&lt;BR /&gt;
        //&lt;P&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    var submit = new SubmitButton({
        id: 'submit',
    text: 'Resubmit'
        el: $('#search_btn')
    }, {tokens: true}).render();
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does this look right?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2014 17:54:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Rename-quot-Search-quot-Button/m-p/155199#M43655</guid>
      <dc:creator>_gkollias</dc:creator>
      <dc:date>2014-08-20T17:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Rename "Search" Button</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Rename-quot-Search-quot-Button/m-p/155200#M43656</link>
      <description>&lt;P&gt;Turn on your browser's JavaScript Console... I assume it'll complain about a missing comma after the &lt;CODE&gt;text: 'Resubmit'&lt;/CODE&gt; line or something related.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2014 19:17:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Rename-quot-Search-quot-Button/m-p/155200#M43656</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-08-20T19:17:14Z</dc:date>
    </item>
  </channel>
</rss>

