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

HTML Applet VI

LabVIEW Internet Toolkit 6.0.2 Help
June 2008

NI Part Number:
370014C-01

»View Product Info

Owning Palette: HTML Image VIs

Installed With: Internet Toolkit

Creates the tag <APPLET> for a Java applet you want to embed in an HTML document.

codebase specifies the base URL of the applet, or the directory that contains the applet code.
name specifies the name of the applet instance.
HTML in contains text to which the VI adds the new HTML code.
code specifies the path to the file that contains the compiled applet subclass. The path is relative to the base URL of the applet.
content contains the parameter tags the VI sends to the applet. Use the HTML Param and HTML+ Param List VIs to construct parameters.
alignment specifies the alignment of the image or applet. If you select the default or do not wire the control, the VI does not add an ALIGN attribute to the output string. The alignment value can be (default), LEFT, RIGHT, TOP, TEXTTOP, MIDDLE, ABSMIDDLE, BASELINE, BOTTOM, or ABSBOTTOM.
size specifies the height and width of the image or applet.
height specifies the height of the image or applet. The default is –1, which means that the VI does not add a HEIGHT attribute to the output string.
width specifies the width of the image or applet. The default is –1, which means that the VI does not add a WIDTH attribute to the output string.
gutter specifies the horizontal and vertical gap around the image or applet.
hspace specifies the horizontal gap around the image or applet. The default is –1, which means that the VI does not add an HSPACE attribute to the output string.
vspace specifies the vertical gap around the image or applet. The default is –1, which means that the VI does not add a VSPACE attribute to the output string.
alt specifies the text to display if a browser understands the applet tag but cannot execute the applet.
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