-
Notifications
You must be signed in to change notification settings - Fork 16
BluePrint Grid Modal
Kay Strobach edited this page Jul 5, 2015
·
2 revisions
The goal of this grid is to implement the functionality of:

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.
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.