Javascript, multiple lines, and Velocity

2011-11-09 Thread Andrew Ducker
I have a textarea which I want to populate with some text. I have the text in a property that Velocity has access to. The template looks like this: document.DeliciousPoster.PostTemplate.value = '$data.DefaultPostTemplate'; Which would be fine - except that DefaultPostTemplate contains

Re: Javascript, multiple lines, and Velocity

2011-11-09 Thread Sergiu Dumitriu
On 11/09/2011 04:42 PM, Andrew Ducker wrote: I have a textarea which I want to populate with some text. I have the text in a property that Velocity has access to. The template looks like this: document.DeliciousPoster.PostTemplate.value = '$data.DefaultPostTemplate'; Which would be fine -