Fore icon indicating copy to clipboard operation
Fore copied to clipboard

Fore - declarative user interfaces in plain HTML

Results 24 Fore issues
Sort by recently updated
recently updated
newest added

If data contain empty elements, for example ```xml ``` they are treated like nested elements and only the first one elment is processed in the `` element. This is how...

enhancement

Bumps [ejs](https://github.com/mde/ejs) from 3.1.8 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950...

dependencies

Example: /demo/fx-control.html ``` --> foo {name} ``` The additional 'foo' textnode will cause an error when evaluating the expression. Also lets the code run into a syntax error and throws...

bug

policy will be: if it's consuming a resource it should be 'src' - otherwise `url` * [x] fx-fore uses 'src' * [x] fx-control uses 'url' - now `src` since 2.0.0...

using todo2.html as foundation: When replacing existing insert with: ` ` The data still get inserted but the repeat is not showing the new entry. When adding in a `origin`...

adding a `Index Changed {event('index')}` to todo2.html example shows the event firing twice instead of once.

bug

Sometimes you need to fire the exact same actions responding to e.g. a click AND a keydown - right now you need to duplicate your action block to do so....

enhancement

implement following attributes according to [xml events spec](https://www.w3.org/TR/2003/REC-xml-events-20031014/): * [x] event (done) * [ ] observer * [x] target (done) * [ ] handler * [x] phase * [x] propagate...

enhancement
minor