You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
JessicaMulein
changed the title
Instantiation parsing improvements - reduce to one pass, possibly duplicate of #3
Instantiation parsing improvements - reduce to one pass
May 27, 2020
The text was updated successfully, but these errors were encountered: