From 129d8fcebc3e43a7dd03abd2baa8e8134f8e28f3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Sep 2013 10:27:20 +0200 Subject: [PATCH] fixes #10282: Cross reference tabs and tabs plugin --- components.html | 4 ++++ javascript.html | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/components.html b/components.html index 12c72e00ae..edc6e52167 100644 --- a/components.html +++ b/components.html @@ -1210,6 +1210,10 @@ base_url: "../"
  • Messages
  • {% endhighlight %} +
    +

    Requires JavaScript tabs plugin

    +

    For tabs with tabbable areas, you must use the tabs JavaScript plugin.

    +

    Take that same HTML, but use .nav-pills instead:

    diff --git a/javascript.html b/javascript.html index 48aaf2cd9f..6aca121e4c 100644 --- a/javascript.html +++ b/javascript.html @@ -687,6 +687,11 @@ $('#myScrollspy').on('activate.bs.scrollspy', function () { +
    +

    Extends tabbed navigation

    +

    This plugin extends the tabbed navigation component to add tabbable areas.

    +
    +

    Usage

    Enable tabbable tabs via JavaScript (each tab needs to be activated individually):

    -- 2.47.2