-
-
Notifications
You must be signed in to change notification settings - Fork 4
Modifier characters
Greg Bowler edited this page Jun 13, 2022
·
19 revisions
Bind key modifiers are special characters that you can add to an element's bind key to add special behaviour.
// TODO: ?
boolean modifier, :
token modifier, @
attribute modifier
PHP.Gt/DomTemplate is a separately maintained component of PHP.Gt/WebEngine.
- Bind data to HTML elements with
data-bind
attributes - Bind key modifiers
- Inject data into HTML with
{{curly braces}}
- Bind lists of data with
data-list
attributes - Bind nested lists with
data-bind:list
- Automatically remove unbound elements with
data-element
- Bind tabular data into HTML tables
- Using objects to represent bindable data