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 |
public void fwkError(string sMsg)
sMsg - the error message
public object fwkGetObject(any objectToGet,
string sFuncName)
objectToGet - the 'id string' of the object to get or the 'object itself' if already getsFuncName - the name of caller function (for error message)
public void fwkCreateLoggerConsole(string loggerName)
loggerName -