Class: AttributeBinder

AttributeBinder.AttributeBinder()

new AttributeBinder()

Enables the use of attribute binding attributes.

Source:
Example
```html
<html>
<body>
 <button bind-attribute-disabled="data.state.isDisabled"
         bind-event-click="data.trigger">Click Me</button>
</body>
</html>
```

Members

(static) PREFIX :string

The prefix for identifying attribute binding attributes.

Type:
  • string
Properties:
Name Type Description
PREFIX
Source: