Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

data-footer="none" not hiding footer #930

@GemmaLouise

Description

@GemmaLouise

Following this: https://software.intel.com/en-us/xdk/article/customize-headers-and-footers-with-app-framework

I only want to show one footer for one panel so I called it using data-footer on the panel div and specified the ID of the footer.

For every other I've set data-footer="none" yet the footer still shows globally across every panel.

`

    <div class="pages">

        <!-- Login -->
        <div class="panel gradient-bg" data-title="Login" id="signin" data-include="partials/login.html" data-footer="none" selected="true"></div>
        
        <!-- Register -->
        <div class="panel" data-title="Register" id="signup" data-include="partials/register.html" data-footer="none"></div> 
        
        <!-- Home -->
        <div class="panel no-pad" data-title="Home" data-header="none" id="main" data-include="partials/home.html" data-footer="none"></div>
        
        <!-- Delivery Notes -->
        <div class="panel" data-title="Delivery Notes (2)" id="delivery-notes" data-include="partials/delivery-notes.html" data-footer="delivery-note-footer"></div>

    </div>
    
    <footer id="delivery-note-footer">
        <a href="#" class="backButton back button">Done</a>
    </footer>`

`

Any help is appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions