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
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'
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