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 Sun Mar 16 02:36:20 2014 | http://epydoc.sourceforge.net |