|
|
|
|
|
|
Test
-
<script type="text/javascript" src="/library/com/oclib/javascript/lang/Root.js"></script>
-
<script type="text/javascript" src="Events.js"></script>
-
var events = new com.oclib.javascript.util.Events();
-
document.write("className: "+events.getClassName());
-
document.write("classNamespace: "+events.getClassNamespace());
-
document.write("classCreated: "+events.getClassCreated());
-
document.write("classCreator: "+events.getClassCreator());
-
document.write("classLocation: "+events.getClassLocation());
-
document.write("classIndexLocation: "+events.getClassIndexLocation());
-
document.write("classVersion: "+events.getClassVersion());
-
document.write("classVersionLocation: "+events.getClassVersionLocation());
-
document.write("classVersionIndexLocation: "+events.getClassVersionIndexLocation());
-
document.write("debugging: "+events.getDebugging());
-
document.write("log: "+events.getLog());
-
document.write("tracing: "+events.getTracing());
-
var runEventsTest = function () {
document.getElementById("evetsTest").appendChild(document.createTextNode("Events work right!"));
};
events.addEventListener(window, "load", runEventsTest, false);
|
|
oclib.com,
oclib.net,
oclib.org,
oclib.ru,
openclasslibrary.ru,
openclasslibrary.com,
openclasslibrary.net,
openclasslibrary.org
|