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