Hello Jens,
I had to copy the below mixin (from the tapestry-bootstrap plugin) into the mixins folder in my project. My problem is that I should be importing this mixin from the plugin (tapestry-bootstrap) which I already have imported in my project but I don't know how to. I guess I should be doing something in the AppModule or something…
M
https://github.com/trsvax/tapestry-bootstrap/blob/master/src/main/java/com/trsvax/bootstrap/mixins/Tooltip.java
It seems to be woking ^^
Hi Mischa, hi Jan!
You mean this: http://tapestry5-jquery.com/mixins/docstooltip ?
There is an example on the same page, too including code. Or can you please describe what particular information you need?
Jens
Am 03.06.13 23:09, schrieb Mischa Tuffield:
Hey Jan,
I am currently looking at this stuff to, and it looks like you need to include the following mixin somehow :
https://github.com/trsvax/tapestry-bootstrap/blob/master/src/main/java/com/trsvax/bootstrap/mixins/Tooltip.java
I am not sure how I can make use of that mixin given that I have imported the tapestry-bootstrap plugin into my mvn project. I don't know the best practise here.
Am about to copy over the file into my mixin's folder to see if that helps.
M *posting to the mailing list for the first time in years On 3 Jun 2013, at 20:34, Jan Fryblik <jan.fryb...@ebrothers.cz> wrote:
Hi guys,
could you please help me how to use tapestry-bootstrap popover or tooltip? I'm a bit stuck with it and google also didn't help. Thanks.
i'm using it like...
<t:any t:id="test" t:mixins="tb/tooltip" data-toggle="tooltip" title="My text here">hover over</t:any>
BR, Jan
_______________________________ Mischa Tuffield PhD http://mmt.me.uk/ @mischat
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org
|