Hello web2py users,
This is a basic enquiry :
but not insignificant !
Is it possible to wrap a label name -
one example among many similar situations that I am encountering :
within a table define, a label is set for a field as follows : ......
label =T('Re-enter email') .....
when the T function kicks in to translate the argument in another language,
the translation result happens to be too long for the space initially
defined for that same label
so .. is it possible to nicely wrap that label argument ... right there in
field declaration of the table define ... so it does not distort the form
or table it ( the label ) is destined to appear or be viewed ???
thank you !
Don
--