class documentation
class Submit(Choice): (source)
Constructor: Submit(name, choices, reset, shortDesc, ...)
Submit button or a reasonable facsimile thereof.
| Method | __init__ |
Undocumented |
| Method | coerce |
Convert the value to the correct format. |
| Instance Variable | allow |
Undocumented |
| Instance Variable | reset |
Undocumented |
Inherited from Choice:
| Instance Variable | choices |
Undocumented |
Inherited from Argument (via Choice):
| Method | add |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Class Variable | default |
Undocumented |
| Instance Variable | default |
Undocumented |
| Instance Variable | hints |
Undocumented |
| Instance Variable | long |
Undocumented |
| Instance Variable | name |
Undocumented |
| Instance Variable | short |
Undocumented |
def __init__(self, name, choices=[ ( 'Submit', 'submit', 'Submit form')], reset=0, shortDesc=None, longDesc=None, allowNone=0, hints=None):
(source)
¶
Undocumented