From 43f4cd02242d99c515098a72d9f24749d5e386d2 Mon Sep 17 00:00:00 2001 From: Tansica Sun <42325298+tjs13@users.noreply.github.com> Date: Mon, 12 Nov 2018 06:53:10 -0800 Subject: [PATCH] Updated code to reflect Bootstrap 4.1 (#21369) --- guide/english/bootstrap/modals/index.md | 70 ++++++++++++------------- 1 file changed, 34 insertions(+), 36 deletions(-) diff --git a/guide/english/bootstrap/modals/index.md b/guide/english/bootstrap/modals/index.md index ac2938db34..406e01c417 100644 --- a/guide/english/bootstrap/modals/index.md +++ b/guide/english/bootstrap/modals/index.md @@ -6,7 +6,7 @@ Modals are popups for providing important information before continuing further. To create such dialogs/pop-ups on the top of current page Bootstrap provides Modal plugin. -#### Code Example : +#### Code Example (Bootstrap v4.1) : ```html @@ -14,45 +14,45 @@ To create such dialogs/pop-ups on the top of current page Bootstrap provides Mod - + - + - + - - - - + + + + + - - @@ -82,11 +82,9 @@ j) `.modal-footer` class styles the footer of the modal. #### More Information : -Bootstrap Modal - -If you want to explore ****Bootstrap 4.1 Latest **** : -Bootstrap Modal v4.0 - +[Bootstrap Modal](https://bootstrapbay.com/blog/working-bootstrap-modal/) +[Bootstrap Modal v3.3](https://getbootstrap.com/docs/3.3/javascript/) +[Bootstrap Modal v4.0](https://getbootstrap.com/docs/4.1/components/modal/)