Hi Ken, > I would like to use the JQuery color picker. > > http://www.eyecon.ro/colorpicker/#implement > > Is there a tapestry version implemented ?
I don't think so, since this JS doesn't have to do anything with Tapestry (except the use of the $-sign in JavaScript). Just implement it as any other JS code. To make jQuery work, you have to add 'jQuery.noConflict();' at the end of the jquery-file, see here: https://wiki.apache.org/tapestry/Tapestry5HowToIntegrateJQuery I would recommend to replace all '$' in the color-picker JS files with 'jQuery' (except the ones that aren't used for jQuery). Probably it would not be necessary, but this way you can be sure the '$' is not in conflict with Prototype. > I dont want to touch any javascript and I am not sure there is proper support > to integrate this in tap-5.3.6 yet. Well, I'm afraid you have to... ;-) Regards, René On 13.04.2013 01:01, Ken in Nashua wrote: > Hi Folks, > > I would like to use the JQuery color picker. > > http://www.eyecon.ro/colorpicker/#implement > > Is there a tapestry version implemented ? > > I dont want to touch any javascript and I am not sure there is proper support > to integrate this in tap-5.3.6 yet. > > Looking for a graceful color picker. > > Thanks for any tips > > Ken > > > -- PlainTray: the simple data tray - Daten unkompliziert zwischen Geräten übertragen. => www.plaintray.com (eine kleine Software von mir) --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org