<?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: How to add a CSS class to a row in a dashboard using Simple XML? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191030#M11930</link>
    <description>&lt;P&gt;By rows , it's table row OR row within the dashboard?&lt;/P&gt;</description>
    <pubDate>Fri, 21 Aug 2015 20:14:33 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2015-08-21T20:14:33Z</dc:date>
    <item>
      <title>How to add a CSS class to a row in a dashboard using Simple XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191027#M11927</link>
      <description>&lt;P&gt;I want to be able to style specific rows by styling them through stylesheets. Is it possible to add a CSS class to a row with Simple XML dashboards?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 19:21:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191027#M11927</guid>
      <dc:creator>sam_jacob</dc:creator>
      <dc:date>2015-08-21T19:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a CSS class to a row in a dashboard using Simple XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191028#M11928</link>
      <description>&lt;P&gt;To add a different CSS class to each rows then you need to convert the xml to html and in html  then you can add a different css reference  for each row.&lt;/P&gt;

&lt;P&gt;....&lt;BR /&gt;
  tr class="d0"&lt;/P&gt;

&lt;P&gt;......&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;tr.d0 td {&lt;BR /&gt;
  background-color: #CC9999;&lt;BR /&gt;
  color: black;&lt;BR /&gt;
}&lt;BR /&gt;
tr.d1 td {&lt;BR /&gt;
  background-color: #9999CC;&lt;BR /&gt;
  color: black;&lt;BR /&gt;
}&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:01:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191028#M11928</guid>
      <dc:creator>jensonthottian</dc:creator>
      <dc:date>2015-08-21T20:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a CSS class to a row in a dashboard using Simple XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191029#M11929</link>
      <description>&lt;P&gt;So then I'm guessing that there's no way of doing it without converting it to HTML?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:12:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191029#M11929</guid>
      <dc:creator>sam_jacob</dc:creator>
      <dc:date>2015-08-21T20:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a CSS class to a row in a dashboard using Simple XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191030#M11930</link>
      <description>&lt;P&gt;By rows , it's table row OR row within the dashboard?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:14:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191030#M11930</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-08-21T20:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a CSS class to a row in a dashboard using Simple XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191031#M11931</link>
      <description>&lt;P&gt;I have'nt see any - for a row in a dashboard.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:20:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191031#M11931</guid>
      <dc:creator>jensonthottian</dc:creator>
      <dc:date>2015-08-21T20:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a CSS class to a row in a dashboard using Simple XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191032#M11932</link>
      <description>&lt;P&gt;Row within the dashboard.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:22:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191032#M11932</guid>
      <dc:creator>sam_jacob</dc:creator>
      <dc:date>2015-08-21T20:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a CSS class to a row in a dashboard using Simple XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191033#M11933</link>
      <description>&lt;P&gt;What kind of customization you're looking for?? Have seen examples from "Splunk 6.x Dashboard example' app?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:29:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191033#M11933</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-08-21T20:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a CSS class to a row in a dashboard using Simple XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191034#M11934</link>
      <description>&lt;P&gt;Honestly, I just want to add a &lt;CODE&gt;margin-top&lt;/CODE&gt; to space out different sections in the view. I currently have a view with multiple dashboards, which are split into 5 different sections. I currently have an &lt;CODE&gt;&amp;lt;h1&amp;gt;&lt;/CODE&gt; separating each section, and I was thinking of putting a &lt;CODE&gt;margin-top&lt;/CODE&gt; on each heading.&lt;/P&gt;

&lt;P&gt;I've seen and used the dashboard example app as a reference, is there something specific I should look at?&lt;BR /&gt;
&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:36:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191034#M11934</guid>
      <dc:creator>sam_jacob</dc:creator>
      <dc:date>2015-08-21T20:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a CSS class to a row in a dashboard using Simple XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191035#M11935</link>
      <description>&lt;P&gt;In dashboard example, you can see "Layout Elements" (using .css file).&lt;/P&gt;

&lt;P&gt;If the only thing your need is to space out different sections/panels, you can use HTML module of simple xml to add extra space (using br tags of html).&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:46:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191035#M11935</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-08-21T20:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a CSS class to a row in a dashboard using Simple XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191036#M11936</link>
      <description>&lt;P&gt;You can add any arbitrary css to any simple XML by using the html tags in side of any row.  I use this sometimes when I am lazy.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;style type="text/css"&amp;gt;

h1 {
   font-size:20px;
   line-height:20px;
   margin:2px;
}

h3 {
   font-size:16px;
   line-height: 16px;
   margin:2px;
}

&amp;lt;/style&amp;gt;
&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/html&amp;gt;
&amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 23:17:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-CSS-class-to-a-row-in-a-dashboard-using-Simple-XML/m-p/191036#M11936</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2015-08-21T23:17:16Z</dc:date>
    </item>
  </channel>
</rss>

