V-W-X-Y-Z
visible
This parameter applies only to sessions that appear in a separate window and determines whether the display will be visible. This parameter is most useful for custom solutions where it is desirable to hide the display.
Value
true (default)
false
Example
<param name="visible" value="false">
vthelptoc
This parameter redirects the Help Topics command in the Help menu for VT sessions to the specified URL.
Value
http://<terminal emulation component installation>/help/vthelp.html (Default)
<any valid URL>
Example
<param name="vthelptoc"
value="http://ReflectionWeb.example.com
/customHelp/vthelp.html">
width
The required width attribute controls the initial width of the session applet in the browser window. The width is measured in pixels. When the frame parameter is set to true, use the framewidth parameter to set the width of the separate Reflection terminal window.
Example
<applet mayscript name="IBM3270"
code="com.wrq.rweb.Launcher.class"
width="400" height="300">
</applet>
XFRFTPHostName
This parameter specifies the name of the proxy server that is used for secure FTP connections. This parameter is used in conjunction with the securityEnabledFTP parameter, and is valid for dynamically generated sessions.
Value
The name of the security proxy server that is used for secure FTP connections.
Example
<param name="XFRFTPHostName" value="hostname.example.com">
XFRFTPHostPort parameter
This parameter specifies the port number of the proxy server that is used for secure FTP connections. This parameter is used in conjunction with the securityEnabledFTP parameter, and is valid for dynamically generated sessions.
Value
The port number used by the security proxy server through which secure FTP connections are made.
Example
<param name="XFRFTPHostPort" value="3000">