Re: JSFTemplating: multiple text lines
Anissa,
The syntax is like
"line1 \
line 2 \
line 3
thx
Senthil
Anissa Lam wrote:
>
> I think there is another way to specify text that goes directly to the
> page without processing instead of beginning every line with double
> quote "
> eg.
>
> " line1
> " <br/><br/>
> " line2
> "<br/>
> " line3
>
> Would like to find out the alternative.
>
> thanks
> Anissa.