From 5f8c1e960fea07d6f9786d00388cf5f788ca2b9e Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 6 Jun 2014 17:17:52 -0400 Subject: [PATCH] Fixes #810, modal missing html examples --- server/documents/modules/modal.html.eco | 35 ++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/server/documents/modules/modal.html.eco b/server/documents/modules/modal.html.eco index 0f6892170..d89a234f9 100755 --- a/server/documents/modules/modal.html.eco +++ b/server/documents/modules/modal.html.eco @@ -122,6 +122,30 @@ type : 'UI Module' .modal('show') ; +
+ +
@@ -132,6 +156,9 @@ type : 'UI Module' .modal('show') ;
+
+ +

Variations

@@ -144,16 +171,22 @@ type : 'UI Module' .modal('show') ; +
+ +
$('.large.modal') .modal('show') ;
+
+ +

States

-
+

Active

An active modal is visible on the page