You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ For more information on contributing to this repository visit [Contributing to a
15
15
16
16
* Embed raw HTML
17
17
* Embed raw JavaScript
18
+
* Load external HTML / JS file
18
19
19
20
## Dependencies
20
21
* Mendix 5.x environment
@@ -25,5 +26,9 @@ For more information on contributing to this repository visit [Contributing to a
25
26
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.
26
27
* Contents :
27
28
The HTML or Javascript to embed.
29
+
* External File :
30
+
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.
31
+
* On click microflow :
32
+
The microflow which should be executed on click. This can be used to, for example, show a page when the snippet is being clicked.
28
33
* Documentation :
29
34
Documentation of this widget. Should explain its purpose.
0 commit comments