| Class: TupleField | qm/fields.py | |||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A
|
| Base Classes | |
|---|---|
Field
|
| Methods | |
|---|---|
|
FormatValueAsHtml GetHelp GetSubfields GetValueFromDomNode MakeDomNodeForValue ParseFormValue Validate __init__ | |
| FormatValueAsHtml | |
FormatValueAsHtml (
self,
server,
value,
style,
name=None,
)
| |
| GetHelp | |
GetHelp ( self ) | |
| GetSubfields | |
GetSubfields ( self ) | |
| GetValueFromDomNode | |
GetValueFromDomNode (
self,
node,
attachment_store,
)
| |
| MakeDomNodeForValue | |
MakeDomNodeForValue (
self,
value,
document,
)
| |
| ParseFormValue | |
ParseFormValue (
self,
request,
name,
attachment_stores,
)
| |
| Validate | |
Validate ( self, value ) | |
| __init__ | |
__init__ (
self,
name,
fields,
**properties,
)
Construct a new
|