 |
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.
|