<?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: Dashboard Panel with custom static HTML? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Panel-with-custom-static-HTML/m-p/160701#M9897</link>
    <description>&lt;P&gt;Anyone have a clean way to do this where a a power user can click on something to edit the text without going to the source and modifying the HTML? &lt;/P&gt;</description>
    <pubDate>Fri, 26 Oct 2018 20:00:44 GMT</pubDate>
    <dc:creator>grantsmiley</dc:creator>
    <dc:date>2018-10-26T20:00:44Z</dc:date>
    <item>
      <title>Dashboard Panel with custom static HTML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Panel-with-custom-static-HTML/m-p/160698#M9894</link>
      <description>&lt;P&gt;Is it possible to have a dashboard panel show static HTML? I'd like to put some contact and support info in 1 dashboard, that is all static. Nothing to fancy or dynamic.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2013 16:28:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Panel-with-custom-static-HTML/m-p/160698#M9894</guid>
      <dc:creator>andrewkenth</dc:creator>
      <dc:date>2013-11-29T16:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Panel with custom static HTML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Panel-with-custom-static-HTML/m-p/160699#M9895</link>
      <description>&lt;P&gt;To include static html contend within a dashboard, you can use "StaticContentSample" module. Example below:-&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;module name="StaticContentSample" layoutPanel="panel_row1_col1"&amp;gt;
        &amp;lt;param name="text"&amp;gt;&amp;lt;![CDATA[
            &amp;lt;h1&amp;gt;Header &amp;lt;/h1&amp;gt;
                &amp;lt;p&amp;gt;
                  Some text                    &amp;lt;/p&amp;gt;
                &amp;lt;p&amp;gt;
                   some other text                      &amp;lt;/p&amp;gt;
                &amp;lt;p&amp;gt;
                    blah blah                    &amp;lt;/p&amp;gt;
            ]]&amp;gt;
        &amp;lt;/param&amp;gt;
        &amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you are using Sideview Util, you can utilize "HTML" module for the same as follows:-&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HTML" layoutPanel="viewHeader"&amp;gt;       
            &amp;lt;param name="html"&amp;gt;
            &amp;lt;![CDATA[
                &amp;lt;table cellpadding="0" cellspacing="0" style="width: 100%"&amp;gt;
                    &amp;lt;tr&amp;gt;
                        &amp;lt;td&amp;gt;&amp;lt;h2&amp;gt;Title&amp;lt;/h2&amp;gt;&amp;lt;/td&amp;gt;                                        
                    &amp;lt;/tr&amp;gt;
                    &amp;lt;tr&amp;gt;
                        &amp;lt;td&amp;gt;This dashboard Does something &amp;lt;/td&amp;gt;
                    &amp;lt;/tr&amp;gt;
                &amp;lt;/table&amp;gt;
            ]]&amp;gt;
            &amp;lt;/param&amp;gt;

      &amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 Nov 2013 16:49:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Panel-with-custom-static-HTML/m-p/160699#M9895</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2013-11-29T16:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Panel with custom static HTML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Panel-with-custom-static-HTML/m-p/160700#M9896</link>
      <description>&lt;P&gt;Yes. In Simple XML, you can use the HTML panels type: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/Viz/PanelreferenceforSimplifiedXML#html"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/Viz/PanelreferenceforSimplifiedXML#html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2013 19:04:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Panel-with-custom-static-HTML/m-p/160700#M9896</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2013-11-29T19:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Panel with custom static HTML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Panel-with-custom-static-HTML/m-p/160701#M9897</link>
      <description>&lt;P&gt;Anyone have a clean way to do this where a a power user can click on something to edit the text without going to the source and modifying the HTML? &lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2018 20:00:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Panel-with-custom-static-HTML/m-p/160701#M9897</guid>
      <dc:creator>grantsmiley</dc:creator>
      <dc:date>2018-10-26T20:00:44Z</dc:date>
    </item>
  </channel>
</rss>

