aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohn <[email protected]>2013-01-13 15:23:22 -0500
committerYohn <[email protected]>2013-01-13 15:23:22 -0500
commit98aeb0acf1bac40236eafc1342e88e3d7fc18e94 (patch)
tree5eb996d78aaaf8ca2b01a5c1d199191599da759a
parentfdd1daeae113fde24391ca4c58d46c29b3871fd9 (diff)
downloadbootstrap-98aeb0acf1bac40236eafc1342e88e3d7fc18e94.tar.xz
bootstrap-98aeb0acf1bac40236eafc1342e88e3d7fc18e94.zip
added container options to docs for popover
-rw-r--r--docs/templates/pages/javascript.mustache8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 6e361fa60..1ef8bceaf 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) {
<p>{{_i}}Object structure is: <code>delay: { show: 500, hide: 100 }</code>{{/i}}</p>
</td>
</tr>
+ <tr>
+ <td>{{_i}}container{{/i}}</td>
+ <td>{{_i}}string | false{{/i}}</td>
+ <td>{{_i}}false{{/i}}</td>
+ <td>
+ <p>{{_i}}Appends the tooltip to a specific element <code>container: 'body'</code>{{/i}}</p>
+ </td>
+ </tr>
</tbody>
</table>
<div class="alert alert-info">