This document is the API Specification for
LogWeb V3 Default Emulator (AJAX based).
|
File Summary
|
| _ajax.jsp |
The (visible) LogWeb/Ajax page, a JSP. |
| _colors.js |
Editable configuration file: system supplied colors. |
| _hardcopy.js |
Editable configuration file: customized functions and data. |
| _mail.js |
Editable configuration file: customized mail functions. |
| _preferences.js |
Editable configuration file: global preferences. |
| A.js |
Defines the basic lwh object. |
| default.js |
|
| doLogin.jsp |
A visible page for LogWeb/Ajax that is used to retrieve user credentials
and optionally may retrieve variables from the client environment. |
| lw.js |
Defines the lw Object. |
| lwcookie.js |
Contains the lw.Cookie object. |
| lwhcolor.js |
Contains the LogWeb color object. |
| lwhcookie.js |
Contains routines for AJAX cookie information. |
| lwhdemon.js |
Contains lwh.demon for independent connection checks. |
| lwhgen.js |
Contains the generator routines for a LogWeb host screen. |
| lwhinput.js |
Contains event handlers, mouse handling support, and the keyboard input object. |
| lwhkeys.js |
Contains the host toolbar handling ("send-keys", "button bar"). |
| lwhobjects.js |
Contains basic lwh objects. |
| lwhostout.js |
Contains the display and font oriented functions. |
| lwhpref.js |
Manages preferences across sessions. |
| lwhselect.js |
Contains the object for selecting emulation text in lines or block mode. |
| lwk.js |
Defines the most important keyboard functions. |
| lwlogin.js |
Support class for the (visible) login page for LogWeb/Ajax, a JSP. |
| lwmenu.js |
Contains the lw.Menu object, and requires lwmenu.css. |
| lwsend.js |
Routines for transmitting the host screen and session control info to the server. |
| lwtext.js |
Defines the fix texts and tip-of-the-day; depends on user language. |
| lwvbld.js |
Defines the basic part of the VT emulation. |
| lwvfnc.js |
The VT functions for the parser. |
| lwvkey.js |
The VT emulation keyboard tables and related functions. |