From 68ff08cc914c49461cba41debc71e24564852866 Mon Sep 17 00:00:00 2001 From: Yohn Date: Sun, 23 Dec 2012 04:23:18 -0500 Subject: Update docs/templates/pages/javascript.mustache --- docs/templates/pages/javascript.mustache | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 809e34ce9..52a7f9fd9 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -779,6 +779,15 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

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

+ + {{_i}}container{{/i}} + {{_i}}string{{/i}} + '' + +

{{_i}}Usefull if your tooltip is within a btn-group or modal{{/i}}

+

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

+ +
-- cgit v1.2.3 From f152dead9216fc870c58cd4b272edc21c6545edc Mon Sep 17 00:00:00 2001 From: Yohn Date: Sun, 23 Dec 2012 04:25:27 -0500 Subject: Update docs/javascript.html --- docs/javascript.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/javascript.html b/docs/javascript.html index 95cd6d5e6..88197a5cc 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -849,6 +849,15 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

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

+ + container + string + '' + +

Usefull if your tooltip is within a btn-group or modal

+

Appends the tooltip to a specific element container: '#Modal'

+ +
-- cgit v1.2.3 From 2a5fde272cf9094a9b28afd1de2f5a473febc958 Mon Sep 17 00:00:00 2001 From: Yohn Date: Mon, 24 Dec 2012 19:01:56 -0500 Subject: Update docs/javascript.html --- docs/javascript.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/javascript.html b/docs/javascript.html index 88197a5cc..b3d4481d9 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -851,11 +851,10 @@ $('a[data-toggle="tab"]').on('shown', function (e) { container - string - '' + string | false + false -

Usefull if your tooltip is within a btn-group or modal

-

Appends the tooltip to a specific element container: '#Modal'

+

Appends the tooltip to a specific element container: 'body'

-- cgit v1.2.3 From 340d90138c86bdd86e74712d53c776c77f17c477 Mon Sep 17 00:00:00 2001 From: Yohn Date: Mon, 24 Dec 2012 19:03:13 -0500 Subject: Update docs/templates/pages/javascript.mustache --- docs/templates/pages/javascript.mustache | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 52a7f9fd9..499fed48d 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -781,11 +781,10 @@ $('a[data-toggle="tab"]').on('shown', function (e) { {{_i}}container{{/i}} - {{_i}}string{{/i}} - '' + {{_i}}string | false{{/i}} + {{_i}}false{{/i}} -

{{_i}}Usefull if your tooltip is within a btn-group or modal{{/i}}

-

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

+

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

-- cgit v1.2.3