On Jun8, 6:39am, DenesL <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to