Owning Palette: CGI 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 VIs to create and edit HTML tags and documents in LabVIEW.
The VIs on this palette can return HTTP error codes.
| Palette Object | Description |
|---|---|
| HTML Address | Creates an address tag <ADDRESS> and replaces each end-of-line notation in the address with a line break <BR>. |
| HTML Anchor | Creates an anchor tag <A>. Use anchors to define hypertext links and to define named locations you want to use as targets for other hypertext links. |
| HTML Basefont | Creates a tag <BASEFONT> that sets the base font size. |
| HTML Blockquote Text | Constructs block quote tags <BLOCKQUOTE> around the specified text. |
| HTML Break | Constructs a line break tag <BR>. |
| HTML Definition List | Constructs a definition list <DL> around the term names and definitions that you specify. |
| HTML Division | Constructs division tags <DIV> around the specified text, to specify alignment. |
| HTML Document | Builds an HTML 3.2 document with the title specified by document title and contents specified by document body. |
| HTML Font | Constructs font tags <FONT> to modify the specified text. |
| HTML Heading | Constructs a heading tag <H1...H6> for the specified heading. |
| HTML Horizontal Rule | Constructs a horizontal rule tag <HR>. |
| HTML List | Constructs list tags <UL, OL, DIR, MENU> around the specified elements <LI>. |
| HTML Paragraph | Constructs paragraph tags <P> around the specified text, to specify alignment. |
| HTML Phrase Style | Constructs phrase style tags <EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE> to modify the specified text. |
| HTML Preformatted Text | Constructs preformatted text tags <PRE> around the specified text. |
| HTML Text Style | Constructs one or more text style tags <TT, I, B, U, STRIKE, BIG, SMALL, SUB, SUP> to modify the specified text. |
| Subpalette | Description |
|---|---|
| HTML Form VIs | Use the HTML Form VIs to create HTML tags that design online forms with text, buttons, or hidden fields that can store state information. |
| HTML Head VIs | Use the HTML Head VIs to create tags for the HEAD section of an HTML document. |
| HTML Image VIs | Use the HTML Image VIs to create HTML tags that embed images and applets in HTML documents. |
| HTML Table VIs | Use the HTML Table VIs to create HTML tags related to tables. |
| HTML Utility VIs | Use the HTML Utility VIs to create HTML tags related to specific aspects of HTML formatting. |