Skip to content

Using a Bootstrap components

Pierre Besson edited this page Sep 1, 2014 · 10 revisions

Using a Bootstrap components

Bootstrap (not only them) provides components in order to have better visualization inside our pages. See components

Modal

There is a ModalView inside Focus Framework. Please see its documentation in order to know how to use it.

Other components

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>
Clone this wiki locally