@@ -771,6 +771,12 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
...
@@ -771,6 +771,12 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<td>true</td>
<td>true</td>
<td>apply a css fade transition to the tooltip</td>
<td>apply a css fade transition to the tooltip</td>
</tr>
</tr>
<tr>
<td>html</td>
<td>boolean</td>
<td>true</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>
<tr>
<td>placement</td>
<td>placement</td>
<td>string|function</td>
<td>string|function</td>
...
@@ -874,6 +880,12 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
...
@@ -874,6 +880,12 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<td>true</td>
<td>true</td>
<td>apply a css fade transition to the tooltip</td>
<td>apply a css fade transition to the tooltip</td>
</tr>
</tr>
<tr>
<td>html</td>
<td>boolean</td>
<td>true</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>
@@ -693,6 +693,12 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
...
@@ -693,6 +693,12 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<td>true</td>
<td>true</td>
<td>{{_i}}apply a css fade transition to the tooltip{{/i}}</td>
<td>{{_i}}apply a css fade transition to the tooltip{{/i}}</td>
</tr>
</tr>
<tr>
<td>{{_i}}html{{/i}}</td>
<td>{{_i}}boolean{{/i}}</td>
<td>true</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>
<tr>
<td>{{_i}}placement{{/i}}</td>
<td>{{_i}}placement{{/i}}</td>
<td>{{_i}}string|function{{/i}}</td>
<td>{{_i}}string|function{{/i}}</td>
...
@@ -796,6 +802,12 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
...
@@ -796,6 +802,12 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<td>true</td>
<td>true</td>
<td>{{_i}}apply a css fade transition to the tooltip{{/i}}</td>
<td>{{_i}}apply a css fade transition to the tooltip{{/i}}</td>
</tr>
</tr>
<tr>
<td>{{_i}}html{{/i}}</td>
<td>{{_i}}boolean{{/i}}</td>
<td>true</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>