I want to have line breaks in my pre-populated data and livecycle's
"object tab > value tab > Default" box doesn't seem to allow for line
breaks. Well, I've tried going about this with scripting
usingthis.rawValue = "blehblehbleh"This method works fine, but I've
noticed that depending on which event I insert the code, either I'm not
allowed to make changes to the text or else any changes are discarded
when I save the file, close, then open it anew. Is there a way of fixing
this issue using eithe...