Dashboards & Visualizations

Change the "Submit" button text in Splunk 6.1 Simple XML Dashboard

harshal_chakran
Builder

Hi,

Is it possible to change the text of submit button in Simple XML Dashboard of Splunk 6.1?

Kindly Help...!!!

1 Solution

harshal_chakran
Builder

Got it...Thanks strive and martin_mueller..!!!

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

As stated in that answer, you need to set the text property in the constructor, not the HTML.

var submit = new SubmitButton({
  id: 'submit',
  el: $('#search_btn'),
  text: 'Update'
}, {tokens: true}).render();

harshal_chakran
Builder

I converted my page in html,but still having the issue.

I changed the code in here from "Submit" text to "Update"



In js side, it looks like this:

var submit = new SubmitButton({
        id: 'submit',

        el: $('#search_btn')
    }, {tokens: true}).render();

    submit.on("submit", function() {
        submitTokens();
    });

but it still shows "Submit" text and not "Update".

0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...