...in case you're still looking for this
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Raty-component-tp5716994p5719739.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To
I added these configs and that seems to of resolved the issue!
configuration.add(JQuerySymbolConstants.SUPPRESS_PROTOTYPE, "false");
configuration.add(JQuerySymbolConstants.JQUERY_ALIAS, "$J");
many thanks,
John
- Original Message -
From: Emmanuel DEMEY
To: Tapestry use
If you use tapx datepicker, did you set the SUPPRESS_PROTOTYPE to false, in
order to have a Prototype (used by tapx) and jQuery application ?
Manu
2013/2/3 John
> Here is the console output:
>
> 1.. Uncaught TypeError: Cannot call method 'call' of undefined
> tapestry-jquery.js:9661.. script.
Here is the console output:
1.. Uncaught TypeError: Cannot call method 'call' of undefined
tapestry-jquery.js:9661.. script.onload.script.onreadystatechange
- Original Message -
From: John
To: users@tapestry.apache.org
Sent: Sunday, February 03, 2013 1:00 PM
Subject: proble
I am using jquery tabs that contain forms and zones with jquery buttons and
tooltips. Sometimes the buttons and tooltips do not stylise properly. Also the
popup on my tapx datetime picker doesn't link through. Tooltips and button
links appear plain.
The problem seems sporadic and I'm not sure w