<?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 LayoutPanels grouping elements in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/LayoutPanels-grouping-elements/m-p/48883#M2469</link>
    <description>&lt;P&gt;Hi all,
I'm displaying 15 or 20 StaticRadio elements in my view. 
The problem is that I'm using layoutPanel="splSearchControls-inline" in order to have my StaticRadios side by side. As I have a large number of Static Radios I would like to pass to another line and continue displaying the rest in other line above. &lt;/P&gt;

&lt;P&gt;Anyone have a way to do this?&lt;/P&gt;

&lt;P&gt;Many Thanks,
-Nuno&lt;/P&gt;</description>
    <pubDate>Wed, 23 Feb 2011 22:51:14 GMT</pubDate>
    <dc:creator>gambusino1984</dc:creator>
    <dc:date>2011-02-23T22:51:14Z</dc:date>
    <item>
      <title>LayoutPanels grouping elements</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/LayoutPanels-grouping-elements/m-p/48883#M2469</link>
      <description>&lt;P&gt;Hi all,
I'm displaying 15 or 20 StaticRadio elements in my view. 
The problem is that I'm using layoutPanel="splSearchControls-inline" in order to have my StaticRadios side by side. As I have a large number of Static Radios I would like to pass to another line and continue displaying the rest in other line above. &lt;/P&gt;

&lt;P&gt;Anyone have a way to do this?&lt;/P&gt;

&lt;P&gt;Many Thanks,
-Nuno&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2011 22:51:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/LayoutPanels-grouping-elements/m-p/48883#M2469</guid>
      <dc:creator>gambusino1984</dc:creator>
      <dc:date>2011-02-23T22:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: LayoutPanels grouping elements</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/LayoutPanels-grouping-elements/m-p/48884#M2470</link>
      <description>&lt;P&gt;splSearchControls-inline  creates a table with one tablecell per module in the panel. 
This wont allow anything to ever wrap to a second line, so you should avoid that layoutPanel in this case. &lt;/P&gt;

&lt;P&gt;Instead I would put them into mainSearchControls, and then put this into &lt;CODE&gt;appserver/static/application.css&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.mainSearchControls .StaticRadio {
    float:left;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You might have to add a &lt;CODE&gt;clear:left&lt;/CODE&gt; style somewhere because unclosed floats can do weird things in the page.  This sort of depends on the specifics though.  At any rate there's probably some kind of CSS tweakery that you'll have to do beyond just floating the StaticRadio's. &lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2011 16:20:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/LayoutPanels-grouping-elements/m-p/48884#M2470</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2011-02-24T16:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: LayoutPanels grouping elements</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/LayoutPanels-grouping-elements/m-p/48885#M2471</link>
      <description>&lt;P&gt;Hi Nick, thanks for your replay.
I checked  vi /opt/splunk/etc/apps/unix/appserver/static/application.css&lt;/P&gt;

&lt;P&gt;.splFormSearch .viewHeader .SearchSelectLister,
.splFormSearch .viewHeader .StaticSelect,
.splFormSearch .viewHeader .TimeRangePicker,
.splFormSearch .viewHeader .ExtendedFieldSearch,
.splFormSearch .viewHeader .StaticRadio,
.splFormSearch .viewHeader .SubmitButton {
float: left;
margin-left: 10px;
margin-top: 10px;
}&lt;/P&gt;

&lt;P&gt;and seems to me that SubmitButton is already in float:left mode
Am I checking the right file?&lt;/P&gt;

&lt;P&gt;And what about  layoutPanel="panel_row'x'_col'y'"? Should be usefull for me? When I'm trying to use this kind of layoutPanel I get an error when I execute the serach.  &lt;/P&gt;

&lt;P&gt;Thanks a lot once again.
-Nuno&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2011 19:10:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/LayoutPanels-grouping-elements/m-p/48885#M2471</guid>
      <dc:creator>gambusino1984</dc:creator>
      <dc:date>2011-02-24T19:10:06Z</dc:date>
    </item>
  </channel>
</rss>

