From 98aeb0acf1bac40236eafc1342e88e3d7fc18e94 Mon Sep 17 00:00:00 2001 From: Yohn Date: Sun, 13 Jan 2013 15:23:22 -0500 Subject: [PATCH] added container options to docs for popover --- docs/templates/pages/javascript.mustache | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 6e361fa60c..1ef8bceaf3 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -953,6 +953,14 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

{{_i}}Object structure is: delay: { show: 500, hide: 100 }{{/i}}

+ + {{_i}}container{{/i}} + {{_i}}string | false{{/i}} + {{_i}}false{{/i}} + +

{{_i}}Appends the tooltip to a specific element container: 'body'{{/i}}

+ +