Donnée de requête fusionné

Questions ou commentaires?

Needs translation

But

Application de la valeur correspondant à un paramètre dans la requête (URL) de la page vers un champs.

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).
$( document ).on( "wb-ready.wb-data-fusion-query", "[data-fusion-query][name]", function( event ) {
});
$elm.on( "wb-ready.wb-data-fusion-query", function( event ) {
});

User interface (Template)

(Version 1.0)

Source code

Source code on GitHub

Date de modification :