Skip to content

Lifecycle

Thomas Di Grégorio edited this page Oct 6, 2016 · 3 revisions

Lifecycles (draft)

Document

  • asap
    • load xmlns namespaces
  • DOMContentLoaded
    • Loop each node
      • Test class pair existance
        • Exists: extend node
        • !Exists: try to load a Document (.*ml) then a .json, then a .js
  • initialize

Element

  • just parsed: state unresolved
  • extended: constructor and parent classes are loaded
  • created: Class method called
    • attributes binded
  • added:
  • removed: