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

bootstrap

Use a Bootstrap modal to display the main editing form

Built-in display controllers

envelope

Visually attach the form to an existing element on the page

Built-in display controllers

foundation

Use a Foundation Reveal Modal to display the main editing form

Built-in display controllers

jqueryui

Use a jQuery UI Modal to display the main editing form

Built-in display controllers

lightbox

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.