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

HTML Table Cell 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 tags for an HTML table data cell <TD> or header cell <TH> with contents that you specify.

pixel size is a cluster of two numbers that specifies the height and width of the cell.
height specifies the height in pixels of the table cell. If you select the default or do not wire the control, the VI does not add a HEIGHT attribute to the <TD> or <TH> tag.
width specifies the width in pixels of the table cell. If you select the default or do not wire the control, the VI does not add a WIDTH attribute to the <TD> or <TH> tag.
cell span is a cluster of two numbers that specifies how many rows and columns the table cell spans. The default is one column and one row.
row specifies the number of rows that the table cell spans. If you select the default or do not wire the control, the VI does not add a ROWSPAN attribute to the <TD> or <TH> tag.
col specifies the number of columns that the table cell spans. If you select the default or do not wire the control, the VI does not add a COLSPAN attribute to the <TD> or <TH> tag.
table cells in is a string to which the VI appends the HTML code that it creates.
cell contents is a string that specifies the content of the table cell.
cell type specifies the type of the cell. The default creates a data cell. You also can create a header cell.
nowrap specifies whether text in the cell wraps. The default is FALSE, which wraps text.
align specifies the alignment of table cell contents. The align value can be (default), LEFT, CENTER, or RIGHT.
vertical align specifies the vertical alignment of table cell contents. The vertical align value can be (default), TOP, MIDDLE, or BOTTOM.
table cells out contains the table cells in string and the HTML code that the VI creates.

Resources


 

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