]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add note about popover placement
authorJacob Thornton <jacobthornton@gmail.com>
Sun, 12 Feb 2012 19:06:50 +0000 (11:06 -0800)
committerJacob Thornton <jacobthornton@gmail.com>
Sun, 12 Feb 2012 19:06:50 +0000 (11:06 -0800)
docs/assets/bootstrap.zip
docs/javascript.html
docs/templates/pages/javascript.mustache

index ed47cebd50acd59267abe0e63c707c0932f63d7e..c850abc8969905123798ed2607b0ac56cba786b3 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 06ce514a1173101dd479ef12a758c9a0d549786e..861c18c1a8701dbc61715c4bf732d898b41abd0b 100644 (file)
@@ -733,7 +733,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
              </tr>
              <tr>
                <td>placement</td>
-               <td>string</td>
+               <td>string|function</td>
                <td>'top'</td>
                <td>how to position the tooltip - top | bottom | left | right</td>
              </tr>
@@ -836,7 +836,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
              </tr>
              <tr>
                <td>placement</td>
-               <td>string</td>
+               <td>string|function</td>
                <td>'right'</td>
                <td>how to position the popover - top | bottom | left | right</td>
              </tr>
index 705b35b47fd01577f89495b43c335da8444a32ad..88c90ce11c24b6073f2ec8d745702d8d51b618e3 100644 (file)
@@ -657,7 +657,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
              </tr>
              <tr>
                <td>{{_i}}placement{{/i}}</td>
-               <td>{{_i}}string{{/i}}</td>
+               <td>{{_i}}string|function{{/i}}</td>
                <td>'top'</td>
                <td>{{_i}}how to position the tooltip{{/i}} - top | bottom | left | right</td>
              </tr>
@@ -760,7 +760,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
              </tr>
              <tr>
                <td>{{_i}}placement{{/i}}</td>
-               <td>{{_i}}string{{/i}}</td>
+               <td>{{_i}}string|function{{/i}}</td>
                <td>'right'</td>
                <td>{{_i}}how to position the popover{{/i}} - top | bottom | left | right</td>
              </tr>