posted 18 years ago
We have a UIX page with around 1 text input:
<messageTextInput model="${bindings.Notes}"
columns="80"
maximumLength="250"
rows="6" required="yes"
prompt="Notes" id="Notes"/>
We have set maximum length for the text input. When we try to key in maximum characters for this text input except the Notes field,
its working fine. But when we key in maximum characters for the Notes field(with new line character(\n) inbetween) we get the following javascript error,
Line: 2004
Char:1
Error: "Invalid Syntax"
Code:0