<?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: Sideview Checkbox Layout in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-Checkbox-Layout/m-p/63539#M3920</link>
    <description>&lt;P&gt;Thanks for the update. I forgot that there were two modules for checkboxes. &lt;/P&gt;

&lt;P&gt;This worked perfectly for me. First time I had to include custom CSS in my views&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jun 2013 19:08:24 GMT</pubDate>
    <dc:creator>cramasta</dc:creator>
    <dc:date>2013-06-14T19:08:24Z</dc:date>
    <item>
      <title>Sideview Checkbox Layout</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-Checkbox-Layout/m-p/63534#M3915</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Is it possible to have the dynamic checkbox layout be horizontal rather than vertical? I have about 30 checkboxes having them be vertical takes up a lot of space on the dashboard.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2013 21:35:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-Checkbox-Layout/m-p/63534#M3915</guid>
      <dc:creator>cramasta</dc:creator>
      <dc:date>2013-06-13T21:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sideview Checkbox Layout</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-Checkbox-Layout/m-p/63535#M3916</link>
      <description>&lt;P&gt;&lt;CODE&gt;&amp;lt;param name="float"&amp;gt;left&amp;lt;/param&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;However this will only take effect a half second or so after the page loads, meaning there will be a noticeable jitter as the Checkboxes lay out vertically and then switch to horizontally.   So while the float param is useful in a pinch, the best practice is to use a little custom CSS.  If your view name is &lt;CODE&gt;your_view_name_here&lt;/CODE&gt;,  it would look like: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.splView-your_view_name_here .Checkbox {
  float:left;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;UPDATE: &lt;/P&gt;

&lt;P&gt;With the Checkboxes module instead of the simpler Checkbox module, there is no equivalent param, and as for custom CSS, you would use this slightly different CSS. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.splView-your_view_name_here .Checkboxes .checkboxWrapper {
  float:left;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Depending on what content is underneath your Checkboxes, you might find the layout underneath gets a little weird.   &lt;/P&gt;

&lt;P&gt;Also before you get too deep into custom CSS,  you should note that &lt;EM&gt;all&lt;/EM&gt; Sideview modules have a param called &lt;CODE&gt;cssClass&lt;/CODE&gt; that allows you to put a special CSS class on their container div, and that this can be useful for cleanly specifying CSS behavior for only certain modules in a view.     read the Checkboxes/Checkbox documentation and when you're done, click the link that says "view the specification for the [module] module" and you'll see the raw param specification including the cssClass param.  &lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 04:38:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-Checkbox-Layout/m-p/63535#M3916</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-06-14T04:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sideview Checkbox Layout</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-Checkbox-Layout/m-p/63536#M3917</link>
      <description>&lt;P&gt;Would this need to be changed if using Checkboxes&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 14:14:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-Checkbox-Layout/m-p/63536#M3917</guid>
      <dc:creator>cramasta</dc:creator>
      <dc:date>2013-06-14T14:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sideview Checkbox Layout</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-Checkbox-Layout/m-p/63537#M3918</link>
      <description>&lt;P&gt;&lt;OBJECT&gt;&lt;PARAM name="float" /&gt;left doesnt seem to work with Checkboxes&lt;/OBJECT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 16:33:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-Checkbox-Layout/m-p/63537#M3918</guid>
      <dc:creator>cramasta</dc:creator>
      <dc:date>2013-06-14T16:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sideview Checkbox Layout</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-Checkbox-Layout/m-p/63538#M3919</link>
      <description>&lt;P&gt;Oh Sorry.   I thought you were using individual Checkbox modules, but I wasn't thinking.    Yes it's different with Checkboxes module. I'll update my answer.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 16:42:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-Checkbox-Layout/m-p/63538#M3919</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-06-14T16:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sideview Checkbox Layout</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-Checkbox-Layout/m-p/63539#M3920</link>
      <description>&lt;P&gt;Thanks for the update. I forgot that there were two modules for checkboxes. &lt;/P&gt;

&lt;P&gt;This worked perfectly for me. First time I had to include custom CSS in my views&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 19:08:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-Checkbox-Layout/m-p/63539#M3920</guid>
      <dc:creator>cramasta</dc:creator>
      <dc:date>2013-06-14T19:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sideview Checkbox Layout</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-Checkbox-Layout/m-p/63540#M3921</link>
      <description>&lt;P&gt;I am trying to do this same thing, but I am unclear where you put this custom CSS?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2015 16:20:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-Checkbox-Layout/m-p/63540#M3921</guid>
      <dc:creator>gregstengel</dc:creator>
      <dc:date>2015-02-27T16:20:17Z</dc:date>
    </item>
  </channel>
</rss>

