mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
separate out the custom html example
This commit is contained in:
parent
d212ff80ae
commit
b04e9fb87c
@ -103,6 +103,11 @@ Hover over the buttons below to see their tooltips.
|
|||||||
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="left" title="Tooltip on left">
|
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="left" title="Tooltip on left">
|
||||||
Tooltip on left
|
Tooltip on left
|
||||||
</button>
|
</button>
|
||||||
|
{% endhighlight %}
|
||||||
|
|
||||||
|
And with custom HTML added:
|
||||||
|
|
||||||
|
{% highlight html %}
|
||||||
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-html="true" title="<em>Tooltip</em> <u>with</u> <b>HTML</b>">
|
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-html="true" title="<em>Tooltip</em> <u>with</u> <b>HTML</b>">
|
||||||
Tooltip with HTML
|
Tooltip with HTML
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user