Sha256: 71524eba8e2951de368a076f8fb82d2be92be086c41dfa8c36b393b5036abe9a

Contents?: true

Size: 1.94 KB

Versions: 16

Compression:

Stored size: 1.94 KB

Contents

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <link rel="stylesheet" href="../../../dist/css/bootstrap.min.css">
    <title>Popover</title>
  </head>
  <body>
    <div class="container">
      <h1>Popover <small>Bootstrap Visual Test</small></h1>

      <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="auto" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
        Popover on auto
      </button>

      <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="top" data-content="Default placement was on top but not enough place">
        Popover on top
      </button>

      <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="right" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
        Popover on right
      </button>

      <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
        Popover on bottom
      </button>

      <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="left" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
        Popover on left
      </button>
    </div>

    <script src="../../../site/docs/4.2/assets/js/vendor/jquery-slim.min.js"></script>
    <script src="../../../node_modules/popper.js/dist/umd/popper.min.js"></script>
    <script src="../../dist/util.js"></script>
    <script src="../../dist/tooltip.js"></script>
    <script src="../../dist/popover.js"></script>

    <script>
      $(function () {
        $('[data-toggle="popover"]').popover()
      })
    </script>
  </body>
</html>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
vertx-howtos-jekyll-theme-0.4.5 _sass/bootstrap/js/tests/visual/popover.html
vertx-howtos-jekyll-theme-0.4.4 _sass/bootstrap/js/tests/visual/popover.html
vertx-howtos-jekyll-theme-0.4.3 _sass/bootstrap/js/tests/visual/popover.html
vertx-howtos-jekyll-theme-0.4.2 _sass/bootstrap/js/tests/visual/popover.html
vertx-howtos-jekyll-theme-0.4.1 _sass/bootstrap/js/tests/visual/popover.html
vertx-howtos-jekyll-theme-0.4.0 _sass/bootstrap/js/tests/visual/popover.html
vertx-howtos-jekyll-theme-0.3.2 _sass/bootstrap/js/tests/visual/popover.html
vertx-howtos-jekyll-theme-0.3.1 _sass/bootstrap/js/tests/visual/popover.html
vertx-howtos-jekyll-theme-0.3.0 _sass/bootstrap/js/tests/visual/popover.html
vertx-howtos-jekyll-theme-0.2.1 _sass/bootstrap/js/tests/visual/popover.html
vertx-howtos-jekyll-theme-0.2.0 _sass/bootstrap/js/tests/visual/popover.html
vertx-howtos-jekyll-theme-0.1.4 _sass/bootstrap/js/tests/visual/popover.html
vertx-howtos-jekyll-theme-0.1.3 _sass/bootstrap/js/tests/visual/popover.html
vertx-howtos-jekyll-theme-0.1.2 _sass/bootstrap/js/tests/visual/popover.html
vertx-howtos-jekyll-theme-0.1.1 _sass/bootstrap/js/tests/visual/popover.html
vertx-howtos-jekyll-theme-0.1.0 _sass/bootstrap/js/tests/visual/popover.html