- Changed parameter contents to type microflow and needsEntityContext set to true
This widget is useful to add a piece of HTML or JavaScript to a form. For example to embed a YouTube or Flash object. Furthermore it can be used to enhance styling by adding arbitrary HTML elements.
For more information on contributing to this repository visit Contributing to a GitHub repository!
- Display a predefined HTML document
- Load a Java Applet
- Manipulate the styling using JavaScript rather than theming.
- Embed raw HTML
- Embed raw JavaScript
- Load external HTML / JS file
- Mendix 5.x environment
- Content Type [ HTML, JavaScript, JavaScript with jQuery ] : Select how the snippet should be rendered. The JavaScript with jQuery option will make sure that jQuery 1.11.3 is loaded and should be available on window.jQuery for the snippet.
- Contents : The HTML or Javascript to embed.
- External File : The path to the HTML or JavaScript file you want to add. The root is the theme folder. Will override the Contents section if used.
- On click microflow : The microflow which should be executed on click. This can be used to, for example, show a page when the snippet is being clicked.
- Documentation : Documentation of this widget. Should explain its purpose.