<?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: Change the &amp;quot;Submit&amp;quot; button text in Splunk 6.1 Simple XML Dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-quot-Submit-quot-button-text-in-Splunk-6-1-Simple-XML/m-p/155722#M9536</link>
    <description>&lt;P&gt;As stated in that answer, you need to set the &lt;CODE&gt;text&lt;/CODE&gt; property in the constructor, not the HTML.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;var submit = new SubmitButton({
  id: 'submit',
  el: $('#search_btn'),
  text: 'Update'
}, {tokens: true}).render();
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 24 Jul 2014 07:56:20 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2014-07-24T07:56:20Z</dc:date>
    <item>
      <title>Change the "Submit" button text in Splunk 6.1 Simple XML Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-quot-Submit-quot-button-text-in-Splunk-6-1-Simple-XML/m-p/155719#M9533</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Is it possible to change the text of submit button in Simple XML Dashboard of Splunk 6.1?&lt;/P&gt;

&lt;P&gt;Kindly Help...!!!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2014 06:52:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-quot-Submit-quot-button-text-in-Splunk-6-1-Simple-XML/m-p/155719#M9533</guid>
      <dc:creator>harshal_chakran</dc:creator>
      <dc:date>2014-07-24T06:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change the "Submit" button text in Splunk 6.1 Simple XML Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-quot-Submit-quot-button-text-in-Splunk-6-1-Simple-XML/m-p/155720#M9534</link>
      <description>&lt;P&gt;See this&lt;/P&gt;

&lt;P&gt;&lt;A href="http://"&gt;http://answers.splunk.com/answers/147078/how-to-rename-search-button&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2014 06:59:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-quot-Submit-quot-button-text-in-Splunk-6-1-Simple-XML/m-p/155720#M9534</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-07-24T06:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change the "Submit" button text in Splunk 6.1 Simple XML Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-quot-Submit-quot-button-text-in-Splunk-6-1-Simple-XML/m-p/155721#M9535</link>
      <description>&lt;P&gt;I converted my page in html,but still having the issue.&lt;/P&gt;

&lt;P&gt;I changed the code in here from "Submit" text to "Update"&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;DIV class="form-submit" id="search_btn"&gt;&lt;BR /&gt;
            &lt;BUTTON class="btn btn-primary submit"&gt;Update&lt;/BUTTON&gt;&lt;BR /&gt;
        &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;In js side, it looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;var submit = new SubmitButton({
        id: 'submit',

        el: $('#search_btn')
    }, {tokens: true}).render();

    submit.on("submit", function() {
        submitTokens();
    });
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but it still shows "Submit" text and not "Update".&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2014 07:34:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-quot-Submit-quot-button-text-in-Splunk-6-1-Simple-XML/m-p/155721#M9535</guid>
      <dc:creator>harshal_chakran</dc:creator>
      <dc:date>2014-07-24T07:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change the "Submit" button text in Splunk 6.1 Simple XML Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-quot-Submit-quot-button-text-in-Splunk-6-1-Simple-XML/m-p/155722#M9536</link>
      <description>&lt;P&gt;As stated in that answer, you need to set the &lt;CODE&gt;text&lt;/CODE&gt; property in the constructor, not the HTML.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;var submit = new SubmitButton({
  id: 'submit',
  el: $('#search_btn'),
  text: 'Update'
}, {tokens: true}).render();
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Jul 2014 07:56:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-quot-Submit-quot-button-text-in-Splunk-6-1-Simple-XML/m-p/155722#M9536</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-07-24T07:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change the "Submit" button text in Splunk 6.1 Simple XML Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-quot-Submit-quot-button-text-in-Splunk-6-1-Simple-XML/m-p/155723#M9537</link>
      <description>&lt;P&gt;Got it...Thanks strive and martin_mueller..!!!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2014 08:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-the-quot-Submit-quot-button-text-in-Splunk-6-1-Simple-XML/m-p/155723#M9537</guid>
      <dc:creator>harshal_chakran</dc:creator>
      <dc:date>2014-07-24T08:07:55Z</dc:date>
    </item>
  </channel>
</rss>

