Commit fdd1daea authored by Yohn's avatar Yohn
Browse files

added container options to docs for popover

parent 4b34f494
4 merge requests!6821Typeahead updater,!6666Patch 1,!6610Add outline for input[type="image"],!6568Updating docs -> popover to show container option
Showing with 8 additions and 0 deletions
+8 -0
......@@ -1023,6 +1023,14 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p>
</td>
</tr>
<tr>
<td>container</td>
<td>string | false</td>
<td>false</td>
<td>
<p>Appends the tooltip to a specific element <code>container: 'body'</code></p>
</td>
</tr>
</tbody>
</table>
<div class="alert alert-info">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment