Part III. LZX Reference

Table of Contents

VI. Basics
node (LzNode) — The base class for all Laszlo classes.
script (LzScript) — A block of JavaScript.
class (LzUserClass) — Defining your own tags.
attribute — Sets an attribute of the object that contains it.
debug — Canvas element used to control debug options
event — The sender in Laszlo's point-to-point event system.
handler — Attaches an event handler to an object or class.
import
include — Includes code from other files.
library — This tag marks the root element of a library file.
method — Attaches a function or event handler to an object or class.
security — Canvas element used to control RPC security
splash (as2) — Controls the presentation while the application is loading.
splash view (as2) — A view element within the splash element positions a resource on the canvas while the application is loading.
switch — Special syntax used to control compilation
VII. Constants
aqua
black
blue
fuchsia
gray
green
lime
maroon
navy
olive
purple
red
silver
teal
white
yellow
VIII. Debugging
Debug — The Laszlo debugger
LzBacktrace()
__LzDebug (as2)
LzDebug()
__LzDebug
LzError()
LzInfo()
__LzLeaks() (as2)
LzMessage()
LzMonitor()
LzSourceMessage()
__LzStackFrame()
LzTrace()
LzWarning()
$reportSourceWarning()
IX. Profiler
canvas
$lzprofiler
Profiler
X. Runtime
Class
ConstructorMap
_dbg_log_all_writes
DeclareEvent()
DeclareEvents()
encodeURIComponent (as2)
global
Instance()
lz
lzAddLocalData()
LzDeclaredEvent
LzInheritedHash
LzInstantiateView()
LzInstantiator
LzInstantiatorClass — Handles application instantiation.
$modules
$reportNotFunction()
$reportUndefinedMethod()
$reportUndefinedObjectProperty()
$reportUndefinedProperty()
$reportUndefinedVariable()
Trait
XI. Syntax
import (LzLibrary) (as2)
import (LzLibrary) (dhtml)