From aec8b089307d6bc8787aceb7001313e3751048c1 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Mon, 24 Sep 2012 23:32:55 -0700 Subject: [PATCH] update docs for tooltip html + the dropdown methods api --- docs/javascript.html | 8 ++++---- docs/templates/pages/javascript.mustache | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/javascript.html b/docs/javascript.html index 6c028e01e5..ca03bb4816 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -506,8 +506,8 @@ $('#myModal').on('hidden', function () {

None

Methods

-

$().dropdown()

-

A programatic api for activating menus for a given navbar or tabbed navigation.

+

$().dropdown('toggle')

+

A programatic api for toggling menus for a given navbar or tabbed navigation.

@@ -804,7 +804,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { html boolean - true + false Insert html into the tooltip. If false, jquery's text method will be used to insert content into the dom. Use text if you're worried about XSS attacks. @@ -964,7 +964,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { html boolean - true + false Insert html into the popover. If false, jquery's text method will be used to insert content into the dom. Use text if you're worried about XSS attacks. diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index b707ebe20e..e53c88abe1 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -436,8 +436,8 @@ $('#myModal').on('hidden', function () {

{{_i}}None{{/i}}

{{_i}}Methods{{/i}}

-

$().dropdown()

-

{{_i}}A programatic api for activating menus for a given navbar or tabbed navigation.{{/i}}

+

$().dropdown('toggle')

+

{{_i}}A programatic api for toggling menus for a given navbar or tabbed navigation.{{/i}}

@@ -734,7 +734,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { {{_i}}html{{/i}} {{_i}}boolean{{/i}} - true + false {{_i}}Insert html into the tooltip. If false, jquery's text method will be used to insert content into the dom. Use text if you're worried about XSS attacks.{{/i}} @@ -894,7 +894,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { {{_i}}html{{/i}} {{_i}}boolean{{/i}} - true + false {{_i}}Insert html into the popover. If false, jquery's text method will be used to insert content into the dom. Use text if you're worried about XSS attacks.{{/i}}