|
17 | 17 |
|
18 | 18 | The package provides various tools to help with dynamic server-side generation of HTML: |
19 | 19 |
|
20 | | -- Tag classes `A`, `Audio`, `B`, `Br`, `Button`, `Caption`, `Col`, `Colgroup`, `Datalist`, `Div`, `Em`, `Form`, `H1`, |
21 | | - `H2`, `H3`, `H4`, `H5`, `H6` `I`, `Img`, `Input` (and specialized `Checkbox`, `Radio`, `Range`), `Label`, `Li`, `Link`, |
22 | | - `Meta`, `Noscript`, `Ol`, `Optgroup`, `Option`, `P`, `Picture`, `Script`, `Select`, `Source`, `Span`, `Strong`, |
23 | | - `Style`, `Table`, `Tbody`, `Td`, `Textarea`, `Tfoot`, `Th`, `Thead`, `Title`, `Tr`, `Track`, `Ul`, `Video`. |
| 20 | +- Tag classes `A`, `Audio`, `B`, `Br`, `Button`, `Caption`, `Col`, `Colgroup`, `Datalist`, `Div`, `Em`, `Fieldset`, |
| 21 | + `Form`, `H1`, `H2`, `H3`, `H4`, `H5`, `H6` `I`, `Img`, `Input` (and specialized `Checkbox`, `Radio`, `Range`), `Label`, |
| 22 | + `Legend`, `Li`, `Link`, `Meta`, `Noscript`, `Ol`, `Optgroup`, `Option`, `P`, `Picture`, `Script`, `Select`, `Source`, |
| 23 | + `Span`, `Strong`, `Style`, `Table`, `Tbody`, `Td`, `Textarea`, `Tfoot`, `Th`, `Thead`, `Title`, `Tr`, `Track`, `Ul`, |
| 24 | + `Video`. |
24 | 25 | - `CustomTag` class that helps to generate custom tag with any attributes. |
25 | 26 | - HTML widgets `ButtonGroup`, `CheckboxList` and `RadioList`. |
26 | 27 | - All tags content is automatically HTML-encoded. There is `NoEncode` class designed to wrap content that should not be encoded. |
@@ -301,11 +302,13 @@ Overall the helper has the following method groups. |
301 | 302 | - buttonInput |
302 | 303 | - checkbox |
303 | 304 | - datalist |
| 305 | +- fieldset |
304 | 306 | - fileInput |
305 | 307 | - form |
306 | 308 | - hiddenInput |
307 | 309 | - input |
308 | 310 | - label |
| 311 | +- legend |
309 | 312 | - optgroup |
310 | 313 | - option |
311 | 314 | - passwordInput |
|
0 commit comments