Skip to content

BluePrint Grid Modal

Kay Strobach edited this page Jul 5, 2015 · 2 revisions

BluePrint-Grid-Modal

The goal of this grid is to implement the functionality of:

2015-07-05_15-11-32

Structure

Each element is structured in the following way:

  • header -> string
  • trigger -> typ collection of content element
  • body -> typ collection of content element
  • footer -> typ collection of content element, just type button

The header is rendered as Title of the modal window.

The trigger is wrapped with a link which directly shows the modal window.

The content elements in body and footer are rendered into the appropriate sections of the modal window.

Advanced usage

You can show the modal even, if the trigger is empty. But you can create a custom trigger by simply creating a link / button, which trigger #uid to make the modal visible.

Clone this wiki locally