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" />
|
Copyright © 2013 CA.
All rights reserved.
|
|