Show/Hide Toolbars

Inventu Viewer+ Configuration Management

Select from the available .CSS files to set the color scheme for this profile. Note that users can select their own style for each profile unless CSS user settings are not enabled (See the View setting Client Access to Settings).

 

Note that during the New Profile Wizard, based on the protocol of the active Host Definition, a file will already be selected.  Note that  during the New Profile Wizard, you can cycle through and select different options and see the result in the emulation frame above the settings panel of the Wizard.

 

The list provided is based on files found in the FVTerm folder, default is installed at c:\inetpub\wwwroot\fvterm as well as being defined in the FVTerm web.config.

 

Defining Which CSS Files Can Be Selected

 

For each stylesheet you would like to be selectable as the Profile Default, and for the user to be able to select, in the FVTerm web.config add a key starting with CSS and ending with a unique string (such as 1, 2, 3...).  As installed there are already the following entries:

 

   <add key="css1" value="SCStyle.css;Standard;" />

   <add key="css2" value="SCStyle5251.css;Greenscreen;" />

   <add key="css3" value="SC3270.css;Color 3270-Traditional;" />

   <add key="css4" value="SC3270Clr.css;Color 3270-Input Backlit;" />

   <add key="css5" value="SCColor.css;Color 5250-Input Backlit;" />

   <add key="css6" value="SC5250Clr.css;Color 5250-Traditional;" />

   <add key="css7" value="SCStyleVT.css;VT100/220/320/ANSI;" />

 

While some stylesheets are provided with the product, if none of these exactly meet your needs, you are encouraged to make a copy of the closest one, modify the colors (and other style settings) and add the name of the file to your web.config file.

 

Note: if one or less css definitions are included in the web.config file, no stylesheet selection drop-down will be presented to the user while changing the emulator settings.

 

The format of the value for a CSS definition is:

 

 CfgName;Description

 

Where:

 

 CfgName=        Name of the stylesheet (.css file) as it exists in the FVTerm folder

 

 Description=        Description of the stylesheet as viewed by the user in the client settings page