Skip to content

Commit f25c95b

Browse files
Osama NajjarOsama Najjar
authored andcommitted
updated JQuery version number in the description to v3.3.1
1 parent 1ea53a2 commit f25c95b

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

README.md

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# HTMLSnippet
2+
23
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.
34

45
## Contributing
@@ -7,31 +8,32 @@ For more information on contributing to this repository visit [Contributing to a
78

89
## Typical usage scenario
910

10-
* Display a predefined HTML document
11-
* Load a Java Applet
12-
* Manipulate the styling using JavaScript rather than theming.
11+
- Display a predefined HTML document
12+
- Load a Java Applet
13+
- Manipulate the styling using JavaScript rather than theming.
1314

1415
## Features and limitations
1516

16-
* Embed raw HTML
17-
* Embed raw JavaScript
18-
* Load external HTML / JS file
17+
- Embed raw HTML
18+
- Embed raw JavaScript
19+
- Load external HTML / JS file
1920

2021
## Dependencies
21-
* Mendix 5.x environment
22+
23+
- Mendix 5.x environment
2224

2325
## Properties
2426

25-
* Content Type [ HTML, JavaScript, JavaScript with jQuery ] :
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.
27-
* Contents :
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.
33-
* Documentation :
34-
Documentation of this widget. Should explain its purpose.
35-
* Refresh on context change: Refresh when the context changes
36-
* Refresh on context update: Refresh when the context updates (works only when context change is true)
37-
* Enclose HTML with DIV: When adding HTML, the widget will wrap it with a DIV. If this is set to false, it will just replace the content of the widget. (For compatibility purposes this is set true on default)
27+
- Content Type [ HTML, JavaScript, JavaScript with jQuery ] :
28+
Select how the snippet should be rendered. The JavaScript with jQuery option will make sure that jQuery 3.3.1 is loaded and should be available on window.jQuery for the snippet.
29+
- Contents :
30+
The HTML or Javascript to embed.
31+
- External File :
32+
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.
33+
- On click microflow :
34+
The microflow which should be executed on click. This can be used to, for example, show a page when the snippet is being clicked.
35+
- Documentation :
36+
Documentation of this widget. Should explain its purpose.
37+
- Refresh on context change: Refresh when the context changes
38+
- Refresh on context update: Refresh when the context updates (works only when context change is true)
39+
- Enclose HTML with DIV: When adding HTML, the widget will wrap it with a DIV. If this is set to false, it will just replace the content of the widget. (For compatibility purposes this is set true on default)

0 commit comments

Comments
 (0)