|
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`, `Div`, `Em`, `Form`, `H1`, `H2`, `H3`, |
21 | | - `H4`, `H5`, `H6` `I`, `Img`, `Input` (and specialized `Checkbox`, `Radio`), `Label`, `Li`, `Link`, `Meta`, `Noscript`, |
22 | | - `Ol`, `Optgroup`, `Option`, `P`, `Picture`, `Script`, `Select`, `Source`, `Span`, `Strong`, `Style`, `Table`, `Tbody`, |
23 | | - `Td`, `Textarea`, `Tfoot`, `Th`, `Thead`, `Title`, `Tr`, `Track`, `Ul`, `Video`. |
| 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`. |
24 | 24 | - `CustomTag` class that helps to generate custom tag with any attributes. |
25 | 25 | - HTML widgets `CheckboxList` and `RadioList`. |
26 | 26 | - All tags content is automatically HTML-encoded. There is `NoEncode` class designed to wrap content that should not be encoded. |
@@ -277,6 +277,7 @@ Overall the helper has the following method groups. |
277 | 277 | - button |
278 | 278 | - buttonInput |
279 | 279 | - checkbox |
| 280 | +- datalist |
280 | 281 | - fileInput |
281 | 282 | - form |
282 | 283 | - hiddenInput |
|
0 commit comments