WEBIO - Web I/O Interface Screen Rendering

This Natural profile parameter can be used 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 Natural parameter module.

Possible settings See WEBIO Parameter Syntax.
Default setting See default values of keyword subparameters.
Dynamic specification yes The parameter WEBIO can only be specified dynamically. In the Natural parameter module, use the macro NTWEBIO.
Specification within session no  

Notes:

  1. By default, the style sheet based rendering of the message line, PF key buttons and Natural window objects is disabled.
  2. For further information, see the corresponding sections in Using Style Sheets in the Natural Web I/O Interface documentation.

The following topics are covered below:


WEBIO Parameter Syntax

The WEBIO parameter is specified as follows:

WEBIO=(keyword-subparameter=value,keyword-subparameter=value,...)

For information on subparameter names and values, see Keyword Subparameters.

NTWEBIO Macro Syntax

The NTWEBIO macro is specified as follows:

         NTWEBIO ML=value,                                             *
               KEYS=value,                                             *
               WIN=value

See Keyword Subparameters.

Keyword Subparameters

ML | KEYS | WIN

ML - Message Line

ML=value enables/disables the style sheet based rendering of the message line.

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

Note:
See also Modifying the Message Line in the Natural Web I/O Interface documentation.

KEYS - PF Keys

KEYS=value enables/disables the style sheet based rendering of the PF key buttons.

Value Explanation
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.

Note:
See also Modifying the Style of the PF Key Buttons in the Natural Web I/O Interface documentation.

WIN - Window Objects

WIN=value enables/disables the style sheet based rendering of Natural window objects.

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

Note:
See also Modifying the Natural Windows in the Natural Web I/O Interface documentation.

Example of WEBIO Parameter

WEBIO=(KEYS=ON,ML=ON)

Example of NTWEBIO Macro

         NTWEBIO KEYS=ON,ML=ON