|
__init__(self,
request,
public_key='
' ,
private_key='
' ,
use_ssl=True,
error=1,
error_message=' invalid ' ,
label=' Verify: ' ,
options='
' )
:param *components: any components that should be nested in this
element :param **attributes: any attributes you want to give to this
element |
source code
|
|
Inherited from gluon.html.DIV :
__delitem__ ,
__getitem__ ,
__len__ ,
__nonzero__ ,
__setitem__ ,
__str__ ,
append ,
element ,
elements ,
flatten ,
insert ,
sibling ,
siblings ,
update
Inherited from gluon.html.DIV (private):
_fixup ,
_postprocessing ,
_setnode ,
_traverse ,
_wrap_components ,
_xml
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|