LogWeb V3 Default Emulator (AJAX based)

Class lwh.config

Object
   |
   +--lwh.config

class lwh.config


manages the V3 configuration files.


Defined in lwhobjects.js


Field Summary
 String appl
          the application sub-dir.
 Type_ArrayStrings dir
          the directory listing of all config files for current appl and user.
 {_appl_ArrayStrings} files
          the config file names for all terminal types.
 String lang
          the current language settings.
 
Constructor Summary
lwh.config (appl)
            Constructs a new V3 configuration files manager.
 
Method Summary
 void dirlist(<String> path)
           load directory listing of all config files for current appl.
 void dirlistResponse(obj, path)
           callback from server dirlist(): the directory listing.
 int keyboard(<String> f)
           loads the specified keyboard config file for current appl.
 void keyboardUpdate(<String> f)
           callback after loading a keyboard file.
 int language(<String> lang)
           loads the language config files for the specified language.
 int macro(<String> f)
           loads the specified macro file for current appl.
 int menu(<String> f)
           loads the specified menu config file for current appl.
 void menuUpdate(<String> f)
           callback after loading a menu file.
 void terminal(<String> appl)
           loads the terminal config files for current appl.
 int toolbar(<String> f)
           loads the specified toolbar config file for current appl.
 void toolbarUpdate(<String> f)
           callback after loading a toolbar file.

Field Detail

appl

String appl

dir

Type_ArrayStrings dir

files

{_appl_ArrayStrings} files

lang

String lang

Constructor Detail

lwh.config

lwh.config(appl)

Method Detail

dirlist

void dirlist(<String> path)

dirlistResponse

void dirlistResponse(obj, path)

keyboard

int keyboard(<String> f)

keyboardUpdate

void keyboardUpdate(<String> f)

language

int language(<String> lang)

macro

int macro(<String> f)

menu

int menu(<String> f)

menuUpdate

void menuUpdate(<String> f)

terminal

void terminal(<String> appl)

toolbar

int toolbar(<String> f)

toolbarUpdate

void toolbarUpdate(<String> f)

LogWeb V3 Default Emulator (AJAX based)

Copyright © 2006-2012 by Logics Software GmbH
Documentation generated by JSDoc on Mon Mar 3 17:24:18 2014