Constructs a series of text tag attributes in the format LABEL="VALUE" and adds the attributes to HTML code that you specify.
tag attributes in contains HTML code to which you want to add the new tag attributes.
label contains text that you want to associate with values in the tag attributes.
values contains the strings that you want to include as values in the text tag attributes.
default value sets the value in a text tag attribute to the default of an empty text string if the value or values input is empty and the default value parameter contains any characters.
filter values specifies whether the VI filters characters in the values input according to HTML rules.
The default is TRUE, which replaces the characters &, ", <, and > with &, ", <, and >, respectively.
tag attributes out contains the HTML code in tag attributes in and the new tag attributes.