Module mango_orm::forms [−][src]
Expand description
Forms.
To create form of search, form of recover password, combine multiple models, etc.
ToForm - Define form settings for models (widgets, html).
Widget - Form controls parameters.
OutputData - Output data for the check() and save() methods.
TransMapWidgetType - For transporting of Widget types map to implementation of methods.
TransMapWidgets - For transporting of Widgets map to implementation of methods.
HtmlControls - Rendering HTML-controls code for Form.
( If necessary, customize the code generation yourself using html and css from Bootstrap, Material Design, etc. )
Modules
| caching | Caching. |
| html_controls | HtmlControls |
| output_data | Output data types for Forms |
| validation | Validating. |
Structs
| FileData | Data structures for |
| ImageData | |
| TransMapWidgets | For transporting of Widgets map to implementation of methods. Hint: <field name, Widget> |
| Widget | Widget. ( Form controls parameters ) |
Traits
| ToForm |