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: |
---|---|---|
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:
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.
The NTWEBIO
macro is specified as follows:
NTWEBIO {ML
=[ON|OFF],}{KEYS
=[ON|OFF],}{WIN
=[ON|OFF]}
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. |
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. |
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. |