List of all members.
Detailed Description
This struct holds various flags to control the HTML generation.
Member Enumeration Documentation
This enum represents the style for the widgets generation.
- Enumerator:
as_p |
Render each widget using paragraphs.
|
as_table |
Render each widget using table.
|
as_ul |
Render each widget using unordered list.
|
as_dl |
Render each widget using definitions list.
|
as_space |
Render each widget using simple blank space separators.
|
This enum represents the HTML/XHTML switch.
- Enumerator:
as_html |
render form/widget as ordinary HTML
|
as_xhtml |
render form/widget as XHTML
|
This special flag is used to partially generate a widget's HTML.
- Enumerator:
first_part |
Render part 1: HTML attributes can be inserted after it.
|
second_part |
Render part 2: complete part 1.
|
The documentation for this struct was generated from the following file: