Version 4.2.6 for Mainframes (Update)
 —  Parameter Reference  —

WEBIO - Web I/O Interface Screen Rendering

This Natural profile parameter allows you to individually enable or disable the rendering of certain features of the Natural Web I/O Interface display on the basis of a style sheet. It corresponds to the NTWEBIO macro in the parameter module NATPARM.

For further information, see the corresponding sections in Using Style Sheets in the Natural Web I/O Interface documentation.

Possible settings See Keyword Subparameters, below. Possible subparameter keywords:

ML | KEYS | WIN

Default setting ML=OFF,KEYS=OFF,WIN=OFF By default, the style sheet based rendering of the message line, PF key buttons and Natural window objects is disabled.
Dynamic specification yes The parameter WEBIO can only be specified dynamically. In NATPARM, use the macro NTWEBIO.
Specification within session no  

The following topics are covered below:


WEBIO Parameter Syntax

The WEBIO parameter is specified as follows:

WEBIO=({ML=[ON|OFF],}{KEYS=[ON|OFF],}{WIN=[ON|OFF]})

For names and values of keyword subparameters, see Keyword Subparameters below.

Top of page

NTWEBIO Macro Syntax

The NTWEBIO macro is specified as follows:

NTWEBIO {ML=[ON|OFF],}{KEYS=[ON|OFF],}{WIN=[ON|OFF]}

Top of page

Keyword Subparameters

ML | KEYS | WIN

ML - Message Line

Enables/disables the style sheet based rendering of the message line. See also Modifying the Message Line in the Natural Web I/O Interface documentation. Possible values are:

ON The style sheet based rendering of the message line is enabled.
OFF The style sheet based rendering of the message line is disabled.

KEYS - PF Keys

Enables/disables the style sheet based rendering of the PF key buttons. See also Modifying the Style of the PF Key Buttons in the Natural Web I/O Interface documentation. Possible values are:

ON The style sheet based rendering of the PF key buttons is enabled.
OFF The style sheet based rendering of the PF key buttons is disabled.

WIN - Window Objects

Enables/disables the style sheet based rendering of Natural window objects. See also Modifying the Natural Windows in the Natural Web I/O Interface documentation. Possible values are:

ON The style sheet based rendering of Natural window objects is enabled.
OFF The style sheet based rendering of Natural window objects is disabled.

Top of page