-
Notifications
You must be signed in to change notification settings - Fork 2
f7_pages
Terry Wilson edited this page Sep 17, 2014
·
1 revision
This renders the container that holds the pages for a single view in an application.
f7_pages options, &block
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
.
<%= f7_views do %>
<!-- Other Content -->
<% end %>
<div class="views">
<!-- Other Content -->
</div>