hoscanoa / struts2-bootstrap

Automatically exported from code.google.com/p/struts2-bootstrap
0 stars 0 forks source link

How to display tooltip bottom? #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Tooltip is displaying always on top

I have found that tooltip can have four directions:
http://twitter.github.com/bootstrap/javascript.html#tooltips

And try to set class="bottom" but it fail

<sj:select id="regions_id"
                       name="regions.id"
                       label="Regions"
                       tooltipCssClass="bottom"
                       tooltip="some text on bottom"

Original issue reported on code.google.com by syt...@gmail.com on 30 Oct 2012 at 9:14

GoogleCodeExporter commented 9 years ago
Currently only with template overwriting. :-/

Original comment by johgep on 30 Oct 2012 at 5:50