Pierre Dubois

Results 226 comments of Pierre Dubois

For the `wb-eqht` plugin the height calculation happen during the page load. Then it is not re-calculated. But if you are using a recent version of wet-boew, you might be...

The easiest way would be to use window["wb-table"] and inside your hook you can do a check to know what table is currently under process and then run the appropriate...

Yes and that is intentional. As documented in the [release note of v4.0.44](https://github.com/wet-boew/wet-boew/releases/tag/v4.0.44.5), in the section "Special notes": ``, `` and other tags need to be inserted by using the...

@adam2 it was a security patch to prevent XSS attack. If you want, we can discuss more about your use case during one of our weekly Tuesday afternoon live support....

@adam2 I didn't saw you at our weekly office hours 😞. Have you tried to use a different and more recent version of jQuery to run with your custom code...

@ahmad-shahid that is the expected behaviour since we applied security fix to jQuery through DomPurify. That change was documented into our release note of wet-boew. This is not only applicable...

@alanfluff with a few modification, it is possible to make the datatable modular. After the data table library is loaded and your have initialized the datatable, see bellow the event...

@sproules The footer are added into the mobile menu through the menu plugin. The plugin are looking for: * Your site footer element is identify by the id "wb-info" *...

You will need to define the polygon where you want to zoom (aoi = Area Of Interest). Working example: (See the first drop down) https://wet-boew.github.io/wet-boew/demos/geomap/geomap-en.html#filtering For example you code can...

The table validator in WET 3.1 was more in depth tested compared it's version migrated in WET 4. I know the table validation version in WET 3.1 behave as expecting...