Name
import (LzLibrary) (dhtml)
Details
Static Properties (1)
-
libraries
-
static public var libraries;
Static Methods (2)
-
findLibrary()
-
<method name="findLibrary" args="libname" />
static private function findLibrary(libname);
-
__LZsnippetLoaded()
-
<method name="__LZsnippetLoaded" args="url" />
static private function __LZsnippetLoaded(url);
Callback for runtime loaded libraries
Initial Attributes (1)
Initial Attributes are given as attributes in LZX but are not generally available as properties in JavaScript.
-
stage
-
<attribute name="stage" />
Properties (2)
-
loaded
-
<attribute name="loaded" />
public var loaded = false;
-
loading
-
<attribute name="loading" />
public var loading = false;
Methods (4)
-
construct()
-
<method name="construct" args="parent, args" />
private function construct(parent, args);
-
init()
-
-
load()
-
-
toString()
-
<method name="toString" />
public function toString();
Events (1)
-
onload
-
<attribute name="onload" />
LZX Synopsis
<class name="
LzLibrary" extends="
LzNode
">
<method name="
construct
" args="
parent,
args" />
</class>
JavaScript Synopsis
private
LzLibrary extends
LzNode
{
prototype private function
construct
(
parent,
args);
prototype private function
init
();
prototype private function
load
();
prototype public event
onload
;
}