Monday, 9 September 2013

BetterForm inline Javascript

BetterForm inline Javascript

I'm building xform in which I need to place some javascript functions
where I use some comparison operators. When i executed it under betterFORM
i noticed that all '>' where replaced with $gt; entity and all '<' with <
and javascript execution failed. I've tried to place javascripts in CDATA
section, but still all comparison operators are replaced. Is there any way
to inline javascripts with comparison operators in xformx and execute it
under betterFORM?
PS. Those function NEED to be inlined in xforms document, I can't place it
in another file(client requirement)

No comments:

Post a Comment