Skip to content
Terry Wilson edited this page Sep 17, 2014 · 1 revision

f7_pages - Pages Container

This renders the container that holds the pages for a single view in an application.

Usage

f7_pages options, &block

Supported options

As well as the usual HTML options, you have these extra, helper specific options:

  • :navbar - Optional, allowed values are :fixed or :through.
  • :toolbar - Optional, allowed values are :fixed or :through.

Examples

Input
<%= f7_views do %>
    <!-- Other Content -->
<% end %>
Output
<div class="views">
    <!-- Other Content -->
</div>

Framework7 Documentation

Pages

Clone this wiki locally