Yes. The error is probably in other order
TD(_onmouseover="....","content") WRONG
TD("content",_onmouseover="....") RIGHTOn Mar 23, 8:38 am, Kenneth Lundström <[email protected]> wrote: > Is it possible to use onmouseover when using helpers? > > I tried to use TD(_onmouseover="...." but get an error ticket saying > > SyntaxError:invalid syntax > > Kenneth

