Name

include — Includes code from other files.

Synopsis

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

Description

The include tag is used to include source code contained in another file. See the Guide for a complete discussion. Also see the library tag.

Superclass Chain

include

Known Subclasses

Details

Initial Attributes (2)

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

href
<attribute name="href" type="xsd:anyURI" />
A reference to a target file whose content is included in the application that contains this include element.
type
<attribute name="type" type=""text" | "xml"" value=""xml"" />
If this attribute has the value @c{text}, the content of the target file is included as text. Otherwise, it is read as XML.

LZX Synopsis

<class name="include">
</class>