Owning Palette: HTML VIs
Installed With: Internet Toolkit. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the HTML Form VIs to create HTML tags that design online forms with text, buttons, or hidden fields that can store state information.
The VIs on this palette can return HTTP error codes.
| Palette Object | Description |
|---|---|
| HTML Form Button | Constructs a submit or reset button form field <INPUT>. |
| HTML Form Control Button | Constructs a checkbox or radio button form field <INPUT>. |
| HTML Form File | Constructs a file entry form field <INPUT>. |
| HTML Form Hidden Field | Constructs a hidden parameter form field <INPUT>. |
| HTML Form Image Button | Constructs an image-based submit button form field <INPUT>. |
| HTML Form Text Area | Constructs a multiline text area form field <TEXTAREA>. |
| HTML Form Text | Constructs a text entry or password entry form field <INPUT>. |
| HTML Form | Constructs the tags for an embedded HTML form <FORM> consisting of the specified form content. |
| HTML+ Form Hidden Field List | Constructs a series of hidden parameter form fields <INPUT>. |
| HTML+ Form Radio Button Group | Constructs a group of radio button form fields <INPUT>. |
| HTML+ Form Selection | Constructs a single or multiple selection menu form field <SELECTION> consisting of the specified items <OPTION>. |