sweh / ajja

JavaScript library for simple creation of forms and display of collections
MIT License
2 stars 0 forks source link

Reuse place-holder elements #10

Open sweh opened 10 years ago

sweh commented 10 years ago

Originally reported by: Thomas Lotze (Bitbucket: tlotze, GitHub: tlotze)


The place-holder form and widget elements should be reused instead of substituted with the expanded templates. This allows for easier access to the DOM elements, associated objects and event handlers at any point in time. Also, it will be easier to attach data values that are syntactically difficult to supply via a template.