Basics


Table of Contents

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