this requires latest trunk!
On Jun 8, 12:46 pm, Iceberg <iceb...@21cn.com> wrote:
> On Jun8, 6:39am, DenesL <denes1...@yahoo.ca> wrote:
>
> > You can use CSS to change the width.
> > The default for your app is static/base.css, look at line 105.
> > You can also use JS/jQuery to alter the styling.
>
> Or do it inside model.py if you prefer:
>
> db.Field('aLongLongField','string',length=512,
> widget=lambda field,value:
> StringWidget.widget(field,value,_size=48)
> )
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to
web2py+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---