From 1cef435c40130a2207b8ad3419e3f50ae51c64f2 Mon Sep 17 00:00:00 2001 From: "Christopher S. Case" Date: Wed, 16 Oct 2019 15:00:34 -0500 Subject: [PATCH] updated documentation Included suggestions from #58. --- docs/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 55895874a5..1bb94ebb91 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2841,7 +2841,9 @@

options parameter

  • size (Type: string, Example: lg) - -Optional suffix of modal window class. The value used is appended to the modal- class, i.e. a value of sm gives modal-sm.

    +Optional suffix of modal window class. The value used is appended to the modal- class, i.e. a value of sm gives modal-sm. +(Note: Since this is directly injected into the class for the modal, you can leverage additional Bootstrap modal classes, such as modal-dialog-centered. +Ex: md modal-dialog-centered.)

  • template (Type: string) -