Previous Topic: Enabling Automatic Termination of the VPN Client ApplicationNext Topic: Customizing Splash Screen


Enabling Auto Copy for Selected Text to Clipboard

To enable the auto copy feature for a text field on the VPN Client user interface, you need to add autoCopy in the field declaration. The following example shows how you can add this attribute in a text field declaration:

<textField name="<%= strProps.getString("aidauth.form.USERID") %>" colspan="2"    value="<%= StringEscapeUtils.escapeXml(sd.getLoginID()) %>" focus="<%= !loginidpresent %>" autoCopy="true" />