Display controllers
Display controllers can dramatically change how the form is displayed to the end user. This section of the reference documents the built-in display controllers, and more can be added through plug-ins if required.
| Library | Name | Summary |
|---|---|---|
| Built-in display controllers | Use a Bootstrap modal to display the main editing form | |
| Built-in display controllers | Visually attach the form to an existing element on the page | |
| Built-in display controllers | Use a Foundation Reveal Modal to display the main editing form | |
| Built-in display controllers | Use a jQuery UI Modal to display the main editing form | |
| Built-in display controllers | Display the main editing form in a lightbox |
Please note that the inline() and bubble() methods provide their own method of displaying editable fields and are not affected by the display controller selected. The primary editing interfaces (create(), edit() and remove()) however are affected by the display controller.