Displaying 1 result from an estimated 1 matches for "prits".
Did you mean:
prints
2006 May 17
4
.rjs templates undesiered output problem
...ighlight allright, but, I also get the autogenerated
javascript code that makes it happen printed on screen, like so:
new Effect.Highlight("sitio37",{duration:3}); } catch (e) {
alert(''RJS error:\n\n'' + e.toString()); (that is, it highlights the
item, but it also prits the code on the left)
This very simptom, I also get with other insertions and effects, I''m
even using a partial on the template, and it''s rendering it 3 times
(being the two firs in java code and the last in proper dhtml).
I''ve been searching for a way to avoid this u...