telosys.functions
Interface Internal


public interface Internal

Internal framework functions.
Reserved for internal use.


Method Summary
 void fwkCreateLoggerConsole(string loggerName)
          Creates a logger console ( a 'DIV' created dynamicaly by 'document.write' )
 void fwkError(string sMsg)
          Internal function to fire a runtime error in a standard 'alert window'
 object fwkGetObject(any objectToGet, string sFuncName)
          Internal function to get an objet by reference or by id
 

Method Detail

fwkError

public void fwkError(string sMsg)
Internal function to fire a runtime error in a standard 'alert window'

Parameters:
sMsg - the error message

fwkGetObject

public object fwkGetObject(any objectToGet,
                           string sFuncName)
Internal function to get an objet by reference or by id

Parameters:
objectToGet - the 'id string' of the object to get or the 'object itself' if already get
sFuncName - the name of caller function (for error message)
Returns:
the object reference

fwkCreateLoggerConsole

public void fwkCreateLoggerConsole(string loggerName)
Creates a logger console ( a 'DIV' created dynamicaly by 'document.write' )

Parameters:
loggerName -