Re: Showing text with line breaks converted to or

2012-04-18 Thread Markus Korth
Am 18.04.2012 um 21:50 schrieb Tim: > >> Am 18.04.2012 um 20:32 schrieb Tim: >> >>> On 18/04/2012 1:25 PM, Martin Strand wrote: Another option is to leave the code as it is right now and fix this with CSS instead: p.mytext { white-space: pre; } >>> I originall

Re: Showing text with line breaks converted to or

2012-04-18 Thread Markus Korth
Am 18.04.2012 um 20:32 schrieb Tim: > On 18/04/2012 1:25 PM, Martin Strand wrote: >> Another option is to leave the code as it is right now and fix this with CSS >> instead: >> >> p.mytext { >>white-space: pre; >> } > > I originally did it this way, but I found that really long lines didn'

Re: How to restrict users only to enter numeric values in text field

2012-02-10 Thread Markus Korth
Hi! Use t:validate="required,maxlength=10,regexp=^[0-9]+$" Markus > Hi, > > > Here is what I coded to have a text field which is used to enter phone > number > > t:label="Phone Number" t:validate="required,maxlength=10" > t:mixins="lombok/watermark" message="Enter your phone number" > class="si