<?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 Django bindings, header: appbar has no effect? (Splunk Enterprise 6.1) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Django-bindings-header-appbar-has-no-effect-Splunk-Enterprise-6/m-p/141847#M29057</link>
    <description>&lt;P&gt;I'm starting to experiment Splunk Web Framework. Following some tutorials, trying to tweak things here and there. One of the strange things I noticed: a documented &lt;CODE&gt;appbar&lt;/CODE&gt; (can be true of false) property of HeaderView has no effect on the appearance - appbar is always present.&lt;/P&gt;

&lt;P&gt;Here is the beginning of my .html file:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{% extends "splunkdj:base_with_basic_styles.html" %}
{% load splunkmvc %}

{% block content %}
    &amp;lt;div id="my-header"&amp;gt;
        {% header id="inner-header" appbar="False" %}
    &amp;lt;/div&amp;gt;
    &amp;lt;div id="barchart"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div id="message-area"&amp;gt;&amp;lt;/div&amp;gt;
{% endblock content%}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I tried specifying "true" and "false" as appbar values with various capitalizations - the appbar is simply always there. I know I can change that by inheriting from different &lt;CODE&gt;base_*.html&lt;/CODE&gt;(the first line - with "extends") but then I will always have footer which I might not want, and overall I want a better degree of freedom. Any ideas?&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jul 2015 14:46:27 GMT</pubDate>
    <dc:creator>arkadyz1</dc:creator>
    <dc:date>2015-07-23T14:46:27Z</dc:date>
    <item>
      <title>Django bindings, header: appbar has no effect? (Splunk Enterprise 6.1)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Django-bindings-header-appbar-has-no-effect-Splunk-Enterprise-6/m-p/141847#M29057</link>
      <description>&lt;P&gt;I'm starting to experiment Splunk Web Framework. Following some tutorials, trying to tweak things here and there. One of the strange things I noticed: a documented &lt;CODE&gt;appbar&lt;/CODE&gt; (can be true of false) property of HeaderView has no effect on the appearance - appbar is always present.&lt;/P&gt;

&lt;P&gt;Here is the beginning of my .html file:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{% extends "splunkdj:base_with_basic_styles.html" %}
{% load splunkmvc %}

{% block content %}
    &amp;lt;div id="my-header"&amp;gt;
        {% header id="inner-header" appbar="False" %}
    &amp;lt;/div&amp;gt;
    &amp;lt;div id="barchart"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div id="message-area"&amp;gt;&amp;lt;/div&amp;gt;
{% endblock content%}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I tried specifying "true" and "false" as appbar values with various capitalizations - the appbar is simply always there. I know I can change that by inheriting from different &lt;CODE&gt;base_*.html&lt;/CODE&gt;(the first line - with "extends") but then I will always have footer which I might not want, and overall I want a better degree of freedom. Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 14:46:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Django-bindings-header-appbar-has-no-effect-Splunk-Enterprise-6/m-p/141847#M29057</guid>
      <dc:creator>arkadyz1</dc:creator>
      <dc:date>2015-07-23T14:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Django bindings, header: appbar has no effect? (Splunk Enterprise 6.1)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Django-bindings-header-appbar-has-no-effect-Splunk-Enterprise-6/m-p/141848#M29058</link>
      <description>&lt;P&gt;Found an answer - specify 0 or 1 as a value there. Not enough information on that in the docs, but the default described as "true" misleads one into believing that it's boolean.&lt;/P&gt;

&lt;P&gt;So this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{% header id="inner-header" appbar=0 %}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;produced the expected result :).&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 15:34:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Django-bindings-header-appbar-has-no-effect-Splunk-Enterprise-6/m-p/141848#M29058</guid>
      <dc:creator>arkadyz1</dc:creator>
      <dc:date>2015-07-23T15:34:21Z</dc:date>
    </item>
  </channel>
</rss>

