-
Notifications
You must be signed in to change notification settings - Fork 17
Using a Bootstrap components
Pierre Besson edited this page Sep 1, 2014
·
10 revisions
Bootstrap (not only them) provides components in order to have better visualization inside our pages. See components
There is a ModalView
inside Focus Framework. Please see its documentation in order to know how to use it.
In order to use them you have to respect two steps:
- First declaring a container inside your view template.
<button type="button" class="btn btn-default" id="popoverCustomButton">
Popover Custom
</button>