JavaScript Snippet for Mendix 8

Content Type: Widget
Categories: User Interface

Overview

This is a fork of the Javascript Snippet Widget created by Marcus Groen, as the original one isn't supported in Mendix 8 anymore due to differences in the basic atribute types. This widget adds custom JavaScript to your Mendix pages, taking object attributes as input parameters. When styling the frontend of your application you want to be in control. This widget enables you to execute custom JavaScript with multiple object attributes as input. Allowing you to take control again while using dynamically loaded content from Mendix. The snippet is executed when the dataview is done loading, which prevents nasty "setTimeout" scripts.

Documentation

Description

This widget adds custom JavaScript to your Mendix pages, taking object attributes as input parameters. When styling the frontend of your application you want to be in control. This widget enables you to execute custom JavaScript with multiple object attributes as input. Allowing you to take control again while using dynamically loaded content from Mendix. The snippet is executed when the dataview is done loading, which prevents nasty "setTimeout" scripts.

Typical usage scenario

When necessary to change few attributes on the screen (DOM) using javascript

 

Releases

Version: 1.0.0
Framework Version: 8.4.0
Release Notes: This is a fork of the Javascript Snippet Widget created by Marcus Groen, as the original one isn't supported in Mendix 8 anymore due to differences in the basic atribute types. This widget adds custom JavaScript to your Mendix pages, taking object attributes as input parameters. When styling the frontend of your application you want to be in control. This widget enables you to execute custom JavaScript with multiple object attributes as input. Allowing you to take control again while using dynamically loaded content from Mendix. The snippet is executed when the dataview is done loading, which prevents nasty "setTimeout" scripts.