Home | Trees | Indices | Help |
|
---|
|
The form renderer is the standard renderer for web-facing services.
Classes | |
ToFormalConverter is a converter from SQL types to Formal type specifications. |
|
MultiField A "widget" containing multiple InputKeys (i.e., formal Fields) in a single line. |
|
MultiFieldFragment A fragment for rendering MultiFields. |
|
FormMixin A mixin to produce input forms for services and display errors within these forms. |
|
Form The "normal" renderer within DaCHS for web-facing services. |
|
DocFormRenderer A renderer displaying a form and delivering core's result as a document. |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
__package__ =
|
Function Details |
yields strings made from stan. This is basically like iterflatten, but it doesn't accumulate as much material in strings. We need this here since stock nevow iterflatten will block the server thread of extended periods of time (say, several seconds) on large HTML tables. Note that deferreds are not really supported (i.e., if you pass in deferreds, they must already be ready). |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |