aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-09-24 23:32:55 -0700
committerJacob Thornton <[email protected]>2012-09-24 23:32:55 -0700
commitaec8b089307d6bc8787aceb7001313e3751048c1 (patch)
tree945b6d5fc125cb882ac13131314476e5794bdce1 /docs
parent88b1e44dd61afd8f08761346555521bd216ed73a (diff)
downloadbootstrap-aec8b089307d6bc8787aceb7001313e3751048c1.tar.xz
bootstrap-aec8b089307d6bc8787aceb7001313e3751048c1.zip
update docs for tooltip html + the dropdown methods api
Diffstat (limited to 'docs')
-rw-r--r--docs/javascript.html8
-rw-r--r--docs/templates/pages/javascript.mustache8
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 6c028e01e..ca03bb481 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -506,8 +506,8 @@ $('#myModal').on('hidden', function () {
<p><em>None</em></p>
<h3>Methods</h3>
- <h4>$().dropdown()</h4>
- <p>A programatic api for activating menus for a given navbar or tabbed navigation.</p>
+ <h4>$().dropdown('toggle')</h4>
+ <p>A programatic api for toggling menus for a given navbar or tabbed navigation.</p>
</section>
@@ -804,7 +804,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<tr>
<td>html</td>
<td>boolean</td>
- <td>true</td>
+ <td>false</td>
<td>Insert html into the tooltip. If false, jquery's <code>text</code> method will be used to insert content into the dom. Use text if you're worried about XSS attacks.</td>
</tr>
<tr>
@@ -964,7 +964,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<tr>
<td>html</td>
<td>boolean</td>
- <td>true</td>
+ <td>false</td>
<td>Insert html into the popover. If false, jquery's <code>text</code> method will be used to insert content into the dom. Use text if you're worried about XSS attacks.</td>
</tr>
<tr>
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index b707ebe20..e53c88abe 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -436,8 +436,8 @@ $('#myModal').on('hidden', function () {
<p><em>{{_i}}None{{/i}}</em></p>
<h3>{{_i}}Methods{{/i}}</h3>
- <h4>$().dropdown()</h4>
- <p>{{_i}}A programatic api for activating menus for a given navbar or tabbed navigation.{{/i}}</p>
+ <h4>$().dropdown('toggle')</h4>
+ <p>{{_i}}A programatic api for toggling menus for a given navbar or tabbed navigation.{{/i}}</p>
</section>
@@ -734,7 +734,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<tr>
<td>{{_i}}html{{/i}}</td>
<td>{{_i}}boolean{{/i}}</td>
- <td>true</td>
+ <td>false</td>
<td>{{_i}}Insert html into the tooltip. If false, jquery's <code>text</code> method will be used to insert content into the dom. Use text if you're worried about XSS attacks.{{/i}}</td>
</tr>
<tr>
@@ -894,7 +894,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<tr>
<td>{{_i}}html{{/i}}</td>
<td>{{_i}}boolean{{/i}}</td>
- <td>true</td>
+ <td>false</td>
<td>{{_i}}Insert html into the popover. If false, jquery's <code>text</code> method will be used to insert content into the dom. Use text if you're worried about XSS attacks.{{/i}}</td>
</tr>
<tr>