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
// Generated on 2016-11-03 using generator-mendix 2.0.1 :: git+https://github.com/mendix/generator-mendix.git
2
+
/*jshint -W069,-W097*/
3
+
"use strict";
4
+
5
+
// In case you seem to have trouble starting Mendix through `gulp modeler`, you might have to set the path to the Mendix application, otherwise leave both values as they are
console.log("\nUsing this file to create a base64 string: "+gutil.colors.cyan(icon));
70
+
gulp.src(icon)
71
+
.pipe(intercept(function(file){
72
+
console.log("\nCopy the following to your "+pkg.name+".xml (after description):\n\n"+gutil.colors.cyan("<icon>")+file.contents.toString("base64")+gutil.colors.cyan("<\\icon>")+"\n");
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,12 @@ It's possible to use multiple DropdownDivConverter widgets on the same page. Tha
34
34
Since the dropdown menu is based on bootstraps dropdown button it is recommended to follow the applications Bootstrap theming rules with respect to buttons.
35
35
36
36
## Release Notes
37
+
Appstore 1.5 release:
38
+
- updated closing behaviour to be compatible with other similar custom widget closing constructions
39
+
- updated to enable Mx 6.10+ compatibility
40
+
- updated to support nesting a dropdown in a dropdown (note: set the outer one to non self-closing)
41
+
- updated the testproject to higher version. Note that this release will therefore not be tested on 5.14.1 anymore.
42
+
37
43
Appstore 1.4 release:
38
44
- added self closing behaviour support for clickable listview (listviews with a microflow 'on click' property).
"description": "The DropdownDivConverter converts a Mendix (div-)container into a - Bootstrap based - dropdown menu with a button. Simply create a container in Mendix with all the content you want in the dropdown menu and the DropdownDivConverter widget as it's last child. Everything you will have added then becomes the content of the dropdown menu.",
<description>A entity driven microflow which is triggered if the main split button is clicked.</description>
91
+
<description>A entity driven microflow which is triggered if the main split button is clicked. Note that the Context Object from the Data Source tab is required.</description>
0 commit comments