Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

HTML+ Keyed Array To Table VI

LabVIEW Internet Toolkit 6.0.2 Help
June 2008

NI Part Number:
370014C-01

»View Product Info

Owning Palette: HTML Table VIs

Installed With: Internet Toolkit

Constructs HTML code to describe a table constructed from the contents of a keyed array.

cell spacing specifies the spacing between table cells. If you select the default or do not wire the control, the VI does not add a CELLSPACING attribute to the TABLE tag.
cell padding specifies the amount of padding between table cells. If you select the default or do not wire the control, the VI does not add a CELLPADDING attribute to the TABLE tag.
vertical list specifies whether you want to include the contents of the keyed array in table rows. The default is TRUE, which inserts <TR> tags around the keyed array contents.
HTML in contains text to which the VI adds the new HTML code.
keyed array contains the contents of the table as a keyed array.
border width specifies the width of the table borders. If you select the default or do not wire the control, the VI does not add a BORDER attribute to the TABLE tag.
width is a string that specifies the width of the table. The value can be an absolute number of pixels, such as 50, or a relative page width, such as 75%.
align specifies the alignment of the table. If you select the default or do not wire the control, the VI does not add an ALIGN attribute to the output string. The align value can be (default), LEFT, CENTER, or RIGHT.
caption is a string that specifies the table caption.
caption align specifies the location of the caption. If you select the default or do not wire the control, the VI does not add an ALIGN attribute to the CAPTION tag. The caption align value can be (default), TOP, or BOTTOM.
HTML out contains HTML in, label, and the HTML code the VI constructs.

Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit