aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-08-18 19:54:30 -0700
committerJacob Thornton <[email protected]>2012-08-18 19:54:30 -0700
commit45dddc59a19f3e9decaa4bf0e0db3f884a0f6ff7 (patch)
tree39616e8cd0f2c6b5f7c94a90a8e637ce263137c3 /docs/templates
parent44e35e9dfa33fe618218c770f0495bd9596f3485 (diff)
downloadbootstrap-45dddc59a19f3e9decaa4bf0e0db3f884a0f6ff7.tar.xz
bootstrap-45dddc59a19f3e9decaa4bf0e0db3f884a0f6ff7.zip
add click option for tooltip, popover - make click default for popover
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/javascript.mustache8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index b419fb314..c91ed3eb0 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -759,7 +759,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<td>{{_i}}trigger{{/i}}</td>
<td>{{_i}}string{{/i}}</td>
<td>'hover'</td>
- <td>{{_i}}how tooltip is triggered{{/i}} - hover | focus | manual</td>
+ <td>{{_i}}how tooltip is triggered{{/i}} - click | hover | focus | manual</td>
</tr>
<tr>
<td>{{_i}}delay{{/i}}</td>
@@ -852,7 +852,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<h3>Live demo</h3>
<div class="bs-docs-example" style="padding-bottom: 24px;">
- <a href="#" class="btn btn-large btn-danger" rel="popover" title="A Title" data-content="And here's some amazing content. It's very engaging. right?">{{_i}}Hover for popover{{/i}}</a>
+ <a href="#" class="btn btn-large btn-danger" rel="popover" title="A Title" data-content="And here's some amazing content. It's very engaging. right?">{{_i}}Click to toggle popover{{/i}}</a>
</div>
@@ -902,8 +902,8 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<tr>
<td>{{_i}}trigger{{/i}}</td>
<td>{{_i}}string{{/i}}</td>
- <td>'hover'</td>
- <td>{{_i}}how popover is triggered{{/i}} - hover | focus | manual</td>
+ <td>'click'</td>
+ <td>{{_i}}how popover is triggered{{/i}} - click | hover | focus | manual</td>
</tr>
<tr>
<td>{{_i}}title{{/i}}</td>