Commit 98aeb0ac authored by Yohn's avatar Yohn
Browse files

added container options to docs for popover

parent fdd1daea
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
......@@ -953,6 +953,14 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<p>{{_i}}Object structure is: <code>delay: { show: 500, hide: 100 }</code>{{/i}}</p>
</td>
</tr>
<tr>
<td>{{_i}}container{{/i}}</td>
<td>{{_i}}string | false{{/i}}</td>
<td>{{_i}}false{{/i}}</td>
<td>
<p>{{_i}}Appends the tooltip to a specific element <code>container: 'body'</code>{{/i}}</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