Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Nikola Milikic
Not sure if this is up to date with the latest Tapestry version, but there is also http://tapestry.ioko.com/tapestry-jquery/ module which allows for using jQuery (in noConflict mode) side by side with Scriptaculous. Best, Nikola On Fri, Apr 29, 2011 at

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Taha Hafeez
Hi Why not write these scripts in prototype.. These are small scripts regards Taha On Fri, Apr 29, 2011 at 4:10 PM, LLTYK wrote: > Yes you can use them side by side. > > http://tapestry.1045711.n5.nabble.com/t5-5-2-4-and-IE8-td3345797.html-- > View this message in context: > http://tapestry-us

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread LLTYK
Yes you can use them side by side. http://tapestry.1045711.n5.nabble.com/t5-5-2-4-and-IE8-td3345797.html-- View this message in context: http://tapestry-users.832.n2.nabble.com/how-to-build-dynamic-URL-showing-tooltip-in-tapestry-5-1-0-5-tp6315973p6316430.html Sent from the Tapestry Users mailing

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Christian Köberl
See http://docs.jquery.com/Using_jQuery_with_Other_Libraries -- Chris-- View this message in context: http://tapestry-users.832.n2.nabble.com/how-to-build-dynamic-URL-showing-tooltip-in-tapestry-5-1-0-5-tp6315973p6316366.html Sent from the Tapestry Users mailing list archive at Nabble.com. -

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Christian Riedel
Yes, the project completely removes prototype. But I guess you could add it yourself and run jQuery in no-conflict mode. The original tapestry.js-API still works (with some known bugs to be fixed the next days). The upgrade from Tapestry 5.1 to 5.2 should be no more than changing the version nu

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Argo Vilberg
Is there any way to make prototype javascript and Jquery javasript work together? 2011/4/29 Taha Hafeez > https://github.com/got5/tapestry5-jquery > > regards > Taha > > On Fri, Apr 29, 2011 at 1:08 PM, Argo Vilberg wrote: > > > hi, > > > > > > > http

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Argo Vilberg
This https://github.com/got5/tapestry5-jquery completly remove prototype javascript? So i must write whole project... And how difficult may the upgrade from 5.1.0.4 to 5.2? A 2011/4/29 Christian Riedel > Well, the current release is built against Tapestry 5.2 so you may want to > upgrade you

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Christian Riedel
Well, the current release is built against Tapestry 5.2 so you may want to upgrade your application. The last 1.1-SNAPSHOT runs against 5.1 but it was far from being complete. If you have time, you can contribute a backport of T5-jQuery for Tap 5.1 :-) Am 29.04.2011 um 10:00 schrieb Taha Hafee

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Nikola Milikic
You have also a tooltip component from Chenille Kit http://www.chenillekit.org/demo/tapcomp/tooltipdemo Best, Nikola On Fri, Apr 29, 2011 at 10:00 AM, Taha Hafeez wrote: > https://github.com/got5/tapestry5-jquery > >

Re: how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Taha Hafeez
https://github.com/got5/tapestry5-jquery regards Taha On Fri, Apr 29, 2011 at 1:08 PM, Argo Vilberg wrote: > hi, > > > http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery > > > Is there jQuery support in Tapestry or other ways i

how to build dynamic URL showing tooltip in tapestry 5.1.0.5

2011-04-29 Thread Argo Vilberg
hi, http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery Is there jQuery support in Tapestry or other ways is it possible to make this example with tapestry built int prototype javascript? Argo