Data Fusion Query
Purpose
Map a query parameter value into an input value.
Working example
Evaluation and report
There is no evaluation and report available for this component.
API (Version 1.0)
- Function
- Version 1.0
- Configuration
- Not applicable
- User interface (Template)
- Version 1.0
- Data source
- Not applicable
- View and style
- Not applicable
- i18n string
- Not applicable
Function
(Version 1.0)
Function type | Name | How to implement | What it does |
---|---|---|---|
jQuery Event | wb-init.wb-data-fusion-query |
Triggered manually (e.g., $( "[data-fusion-query][name]" ).trigger( "wb-init.wb-data-fusion-query" ); ). |
Initializes the plugin. |
jQuery Event | wb-ready.wb-data-fusion-query |
Triggered automatically after the plugin initialization is completed. | Used to identify when and where the plugin initialization has completed (target of the event).
|
User interface (Template)
(Version 1.0)
-
Attribute:
data-fusion-query
Source code
- Date modified: