KiBa1215/struts2-bootstrap

How to display tooltip bottom?

Opened this issue · 1 comments

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

Currently only with template overwriting. :-/

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

  • Changed state: Accepted