alfa-databinding    index

dynamic page  

elements are dynamically created by document.createElement()
NOTE:
alfaDatabinding holds object references to DOM browser HTMLElements, (ie: <input>)
these references are JavaScript objects NOT DOM html nodes.
Properties and Methods added to JavaScript object are NOT added to DOM HTMLElement!

html hard coded:


after all elems created ASYNC are added, run alfaDatabinding = new AlfaDatabinding()

create new elems after page is build


after elems are attached to DOM, run alfaDatabinding.scan_Elem_container(container)

new container 2
append to container 2 NOTE: all elems are added to exising elems in binding_byPath causing HARMLESS duplication.
append to container 2 in new container to avoid duplication in binding_byPath.
new container 3