Skip to content

Instantiation parsing improvements - reduce to one pass #8

@JessicaMulein

Description

@JessicaMulein
  • currently, at instantiation of the page, the html is parsed out into node objects, and only autonomous tags are sought out as the calling code may not have constructed all of its objects yet. Then, when render is called, a second pass goes back through and matches standard control tags to the instances that were loaded (and registered automatically with the page instance). The second pass makes all of the standard controls parse their data from the page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions