On Dec 15, 12:11 am, "Yarko Tymciurak" <[email protected]> wrote: > ummm.... you might try the "easy" way - > add something like: > db.tablename.field.comment=T('(required)') > Take a look at how Massimo does this (and how it looks) in the regstration > form for PyCon Registration -
Yup, this is indeed a useful start. However it is rather limited as HTML tags are escaped rather than passed through, so I'm limited to just text. I also want to add a 'Help' button with tooltip (as Help text can be too long to place within the comment field) I guess I'll have to investigate using jQuery to replace the content to what I need... Custom Widgets do seem like a great tool, though, so would be nice to have a better understanding of how they should be set up... F --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

