Name

library — This tag marks the root element of a library file.

Synopsis

LZX: library
Type: Class
Access: public
Topic: LZX.Basics

Description

The library tag defines the root element of a library file. An application can use the include tag to include the code in a library file.

See the Guide for a complete discussion. Also see the include tag.

Superclass Chain

library

Known Subclasses

Details

Initial Attributes (3)

Initial Attributes are given as attributes in LZX but are not generally available as properties in JavaScript.

href
<attribute name="href" type="xsd:anyURI" />
This attribute is used internally by the compiler. It shouldn't be used in user programs.
proxied
<attribute name="proxied" type="booleanLiteral | "inherit"" value=""inherit"" />
validate
<attribute name="validate" type="booleanLiteral" value=""true"" />

LZX Synopsis

<class name="library">
</class>