<import>
Imports code at runtime from other files.

extends <node> » lz.Eventable »

The <import> tag is used to import, at run time, source code contained in another (library) file. See the Guide for a complete discussion. Also see the <library> tag.

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
href xsd:anyURI String   read/write
  A reference to a target file whose content is treated as a loadable module
proxied boolean | "inherit" String "inherit" read/write
   
stage "late" | "defer" String   read/write
   

Methods

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Name Description
onerror  
onload  
ontimeout  

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy