On Feb 1, 2008 1:01 PM, GSP <[EMAIL PROTECTED]> wrote: > > Hi folks, > > Is anyone aware of an existing widget which would be used display/ > input for field data that is typically delimited by whitespace or > dashes(e.g. credit card #, phone #?) In other words, a widget that > could be used to accommodate a 16 digit credit card number in 4 > distinct fields and also provide the functionality for concatenating > the field data as a distinct unit of data upon form submission. Just > thought I would check before I roll my own > http://lucasmanual.com/mywiki/TurboGears#head-c7d53e23907c7b237d4112488e22863175e0dd0f
under validators options CreditCardValidator PostalCode' PhoneNumber So you can use validators to validate your input. As far as the widgets you will have to play with widgets that are available. TextField etc. Lucas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

