DomTemplate icon indicating copy to clipboard operation
DomTemplate copied to clipboard

Bind dynamic data to reusable HTML components.

Results 35 DomTemplate issues
Sort by recently updated
recently updated
newest added

PHPCS, PHPMD and a build matrix should be introduced.

enhancement

This should throw an exception at the point of binding - if there are two named list items with the same name within the same scope, this will cause hours...

On a complex page with lots of bind operations, it would be really useful to log out exactly what is and what is not being bound.

feature

* Make "separation of concerns" a link to an external page, as you have done for MVC. * I wouldn't necessarily agree with "Having a strong separation of concerns means...

`data-bind:class=":completed"` will toggle the "completed" class, but if we also need to toggle the "new" class on the same element, how is this done? Currently undocumented.

question