Previous Topic: Customizing Splash ScreenNext Topic: Disabling Fields on the VPN Client User Interface


Enabling Default Button for the VPN Client User Interface

You can assign a default action button for every screen of the VPN Client application. This functionality can be achieved by editing the XML or JSP file used to render the user interface and setting the default parameter to true for the desired button. As a result, when a user presses the Enter key on that screen, the action defined for the default button gets executed. The following example shows how you can add this parameter to a button named Login:

<button name="Login" actionName="submitPage" padding-left="10" padding-right="10" hotkey="L" default="true"/>