| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
IS_LIST_OF_EMAILS
use as follows:
Field('emails','list:string',
widget=SQLFORM.widgets.text.widget,
requires=IS_LIST_OF_EMAILS(),
represent=lambda v,r: SPAN(*[A(x,_href='mailto:'+x) for x in (v or [])])
)
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
split_emails = re.compile(r'
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 14 15:17:07 2013 | http://epydoc.sourceforge.net |