diff --git a/index.html b/index.html index 2ded7ceb..47b94689 100644 --- a/index.html +++ b/index.html @@ -272,12 +272,11 @@
The Modal component works exactly as the original in most regards, with minor exceptions on options, events and public methods. It provides both an initialization option and a public method to - write directly into your modal content.
-In addition, a unique new ability that grants you access to the initialization even if your modal is setup via DATA API.
+The Modal component works exactly as the original in most regards, with minor exceptions on options, events and public methods. It provides both an initialization option and a public method to write directly into your modal content.
+In addition to addapting the spacing (padding) of the <body>
elements like <nav class="navbar-fixed-top">
are also addapted in the same manner to get the smoothest possible transition. Like all components of the library, the component has the ability to provide access to the initialization even if your modal is setup via DATA API.
Bootstrap 4 will remove the remote
option and we already replaced it with a better option. We also skipped the show
option because via JavaScript we quickly and easily access
+
The remote
option have removed in Bootstrap 4 and we already replaced it with a better option. We also skipped the show
option because via JavaScript we quickly and easily access
the component's public methods right after initialiation, we'll have a look in a minute.
If a tooltip is a child element of a modal, the container
option is set to target that modal automatically starting with version 2.0.6.
If a tooltip is a child element of a modal, a <nav class="navbar-fixed-top">
or a <nav class="navbar-fixed-bottom">
, the container
option is set automatically to target that specific parent starting with version 2.0.6.
If a popover is a child element of a modal, the container
option is set to target that modal automatically starting with version 2.0.6.
If a popover is a child element of a modal, a <nav class="navbar-fixed-top">
or a <nav class="navbar-fixed-bottom">
element, the container
option is set automatically to target that specific parent starting with version 2.0.6.
If a proper template is not specified via JavaScript or the content option is not set in any way, the Popover will not be initialized.