From ed07a4d0ce0e769ef6efbd8d465670b26a0a5e37 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 12 Feb 2012 11:06:50 -0800 Subject: add note about popover placement --- docs/assets/bootstrap.zip | Bin 52560 -> 52560 bytes docs/javascript.html | 4 ++-- docs/templates/pages/javascript.mustache | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index ed47cebd5..c850abc89 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/javascript.html b/docs/javascript.html index 06ce514a1..861c18c1a 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -733,7 +733,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { placement - string + string|function 'top' how to position the tooltip - top | bottom | left | right @@ -836,7 +836,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { placement - string + string|function 'right' how to position the popover - top | bottom | left | right diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 705b35b47..88c90ce11 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -657,7 +657,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { {{_i}}placement{{/i}} - {{_i}}string{{/i}} + {{_i}}string|function{{/i}} 'top' {{_i}}how to position the tooltip{{/i}} - top | bottom | left | right @@ -760,7 +760,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { {{_i}}placement{{/i}} - {{_i}}string{{/i}} + {{_i}}string|function{{/i}} 'right' {{_i}}how to position the popover{{/i}} - top | bottom | left | right -- cgit v1.2.3