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

HTML+ String 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 a 2D array of strings.

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.
transpose array specifies whether to transpose the table contents array. The default is FALSE, in which the VI does not transpose the array.
HTML in contains text to which the VI adds the new HTML code.
table contents is a 2D array of strings that contains the contents of the table.
format is the formatting string used on cell elements. The default is %s.
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