<?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: Tabs Module, Tab Switcher, and TimeSelector in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tabs-Module-Tab-Switcher-and-TimeSelector/m-p/124182#M9686</link>
    <description>&lt;P&gt;No dice.  I noticed this in the URL after the tab is clicked ...#selectedTab&amp;amp;test2&amp;amp;autorun="True"... I Change it to false and it still runs.  I'm going to read over this post.  &lt;A href="http://answers.splunk.com/answers/3792/how-to-disable-autorun-when-switching-tabs"&gt;http://answers.splunk.com/answers/3792/how-to-disable-autorun-when-switching-tabs&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jun 2014 21:07:30 GMT</pubDate>
    <dc:creator>subtrakt</dc:creator>
    <dc:date>2014-06-30T21:07:30Z</dc:date>
    <item>
      <title>Tabs Module, Tab Switcher, and TimeSelector</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tabs-Module-Tab-Switcher-and-TimeSelector/m-p/124180#M9684</link>
      <description>&lt;P&gt;Hi! &lt;/P&gt;

&lt;P&gt;So i got my dashboard working with 2 tabs and i'm happy.  However, when i select the second tab i don't want anything to happen until i click on the timeselector and then  submit.  I  have autorun set to false on all the hidden searches below the timeselector. &lt;/P&gt;

&lt;P&gt;Anyone know how i can make the searches in the second tab &lt;STRONG&gt;not&lt;/STRONG&gt; run all the searches until i hit the submit button?  Right now everything runs when i hit the tab and i dno't want it to run until i hit the submit button.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="Tabs" layoutPanel="panel_row1_col1" autoRun="True"&amp;gt; &amp;lt;param name="name"&amp;gt;selectedTab&amp;lt;/param&amp;gt; &amp;lt;param name="staticTabs"&amp;gt;

&amp;lt;list&amp;gt; &amp;lt;param name="label"&amp;gt;test1&amp;lt;/param&amp;gt; &amp;lt;param name="value"&amp;gt;test1&amp;lt;/param&amp;gt; &amp;lt;/list&amp;gt;

&amp;lt;list&amp;gt; &amp;lt;param name="label"&amp;gt;test2&amp;lt;/param&amp;gt; &amp;lt;param name="value"&amp;gt;test2&amp;lt;/param&amp;gt; &amp;lt;/list&amp;gt; &amp;lt;/param&amp;gt;

&amp;lt;module name="Switcher" group=" "&amp;gt;
    &amp;lt;param name="selectedGroup"&amp;gt;$selectedTab$&amp;lt;/param&amp;gt;
     &amp;lt;module name="NullModule" group="test1"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;... hidden searches and stuff ... &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="NullModule" group="test2"&amp;gt;


 &amp;lt;module name="TimeRangePicker" layoutPanel="panel_row2_col1_grp1" autoRun="False"&amp;gt;
     &amp;lt;param name="default"&amp;gt;Last 15 minutes&amp;lt;/param&amp;gt;
     &amp;lt;param name="searchWhenChanged"&amp;gt;False&amp;lt;/param&amp;gt;
   &amp;lt;module name="SubmitButton" layoutpanel="panel_row2_col1_grp2"&amp;gt; 
     &amp;lt;param name="label"&amp;gt;Submit&amp;lt;/param&amp;gt; 
     &amp;lt;param name="allowSoftSubmit"&amp;gt;False&amp;lt;/param&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also, i would like to &lt;STRONG&gt;not&lt;/STRONG&gt; have the page autorefresh when test2(second tab) is selected but &lt;STRONG&gt;still&lt;/STRONG&gt; autorefresh when tab1(first tab) is selected.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2014 01:28:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tabs-Module-Tab-Switcher-and-TimeSelector/m-p/124180#M9684</guid>
      <dc:creator>subtrakt</dc:creator>
      <dc:date>2014-06-30T01:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tabs Module, Tab Switcher, and TimeSelector</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tabs-Module-Tab-Switcher-and-TimeSelector/m-p/124181#M9685</link>
      <description>&lt;P&gt;Try setting autoRun="False" on "Tabs" module.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2014 13:42:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tabs-Module-Tab-Switcher-and-TimeSelector/m-p/124181#M9685</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-06-30T13:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Tabs Module, Tab Switcher, and TimeSelector</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tabs-Module-Tab-Switcher-and-TimeSelector/m-p/124182#M9686</link>
      <description>&lt;P&gt;No dice.  I noticed this in the URL after the tab is clicked ...#selectedTab&amp;amp;test2&amp;amp;autorun="True"... I Change it to false and it still runs.  I'm going to read over this post.  &lt;A href="http://answers.splunk.com/answers/3792/how-to-disable-autorun-when-switching-tabs"&gt;http://answers.splunk.com/answers/3792/how-to-disable-autorun-when-switching-tabs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2014 21:07:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tabs-Module-Tab-Switcher-and-TimeSelector/m-p/124182#M9686</guid>
      <dc:creator>subtrakt</dc:creator>
      <dc:date>2014-06-30T21:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Tabs Module, Tab Switcher, and TimeSelector</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tabs-Module-Tab-Switcher-and-TimeSelector/m-p/124183#M9687</link>
      <description>&lt;P&gt;Replace the Splunk SubmitButton module with the Sideview Button module. &lt;BR /&gt;
This will allow you to use the Button's  &lt;CODE&gt;allowAutoSubmit&lt;/CODE&gt;  param, which is like &lt;CODE&gt;allowSoftSubmit&lt;/CODE&gt; but different. &lt;/P&gt;

&lt;P&gt;You'll want to set both of them to False. &lt;/P&gt;

&lt;P&gt;The Button will then block the push on the second tab and thus the user will have to click the green Button on the second tab to run the search(es) therein. &lt;/P&gt;

&lt;P&gt;putting &lt;CODE&gt;autoRun="False"&lt;/CODE&gt; as an attribute into the XML will do nothing in all cases, in that it is exactly the same as putting no autoRun attribute at all. &lt;/P&gt;

&lt;P&gt;AutoRun, The Short Version:   the attribute should have been called startCascadingPushHereOnPageLoad="true".    &lt;/P&gt;

&lt;P&gt;Autorun, the long version: download the latest Sideview Utils and read the docs page "introduction to the advanced xml" &lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2014 20:22:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tabs-Module-Tab-Switcher-and-TimeSelector/m-p/124183#M9687</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2014-07-01T20:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Tabs Module, Tab Switcher, and TimeSelector</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tabs-Module-Tab-Switcher-and-TimeSelector/m-p/585725#M76127</link>
      <description>&lt;P&gt;Hello ,i created tabs in dashboard but both tabs are running at same time ,when autorun=false.&lt;/P&gt;&lt;P&gt;can you help on this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 15:38:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Tabs-Module-Tab-Switcher-and-TimeSelector/m-p/585725#M76127</guid>
      <dc:creator>latheefsk</dc:creator>
      <dc:date>2022-02-18T15:38:38Z</dc:date>
    </item>
  </channel>
</rss>

