mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02:00
separate out the custom html example
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user