Home | Trees | Index | Help |
|
---|
Package formless :: Module configurable :: Class Configurable |
|
object
--+
|
Configurable
AddForm
,
AddOCForm
,
EditForm
,
MassPasswordChangeForm
,
SearchForm
Method Summary | |
---|---|
__init__(self,
original)
| |
getBinding(self,
context,
name)
| |
getBindingNames(self,
context)
| |
getDefault(self,
forBinding)
| |
Accept a form post to the given bindingName. | |
summary(self)
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
tuple |
__implements__ = (<class 'formless.iformless.IConfigurab...
|
NoneType |
bindingDict = None |
NoneType |
postLocation = None |
Method Details |
---|
postForm(self, ctx, bindingName, args)Accept a form post to the given bindingName. The bindingName can be dotted to indicate an attribute of this Configurable, eg addresses.0.changeEmail. The post arguments are given in args. Return a Resource which will be rendered in response. |
Class Variable Details |
---|
__implements__
|
bindingDict
|
postLocation
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Mar 11 00:37:45 2005 | http://epydoc.sf.net |