Loading...
DataEffect JS API
The DataEffect
component extends the DataBind
component, it inherits from its API.
Options
effect
- Type:
string
- Default:
''
Use this option to define a piece of JavaScript code to be executed when the value changes. The value
and target
variables can be used to access both the current value of the binding and the DOM element targeted by the changes.
Example