bopoda / ace

Twitter bootstrap 3 admin template
ace.jeka.by
Other
3.76k stars 1.84k forks source link

Tooltip and Popover can't use html on content ? #41

Closed tamanugi closed 6 years ago

tamanugi commented 6 years ago

I hope use <a>, <li> on tooltip content.

<a data-rel="popover" 
     data-placement="top"
     data-original-title="Links"
     data-content="<a href='/hoge'>hoge</a><br/><a href='/hogehoge'>hogehoge</a>" >
  links
</a>

I got a result follows 😢

2018-04-18 10 27 31

How can I use a html on tooltip content ?? ( is possible??)

tamanugi commented 6 years ago

Sorry, self solved.

I added data-html="true", got expected result.