Show TOC

.visSizeLocate this document in the navigation structure

Use

You use the .visSize attribute to determine the maximum visible length of a screen field:

Note

The following code determines the maximum visible length of the vbcom-kunde field:

<p> Please enter your customer number

<input type=text

name="vbcom-kunde"

size=`vbcom-kunde.visSize`>

</p>