AppStoreWidgetBoilerplate
AppStoreWidgetBoilerplate copied to clipboard
A boilerplate for creating a brand new Widget for Mendix 5.6.0 and up
All widgets have test projects. That is a really good thing. Much of an improvement. However a test project... is not code, and to keep the commit clean, the test...
The ``store: { caller: this.mxform }`` is deprecated in MX7 (and shouldn't be used in MX6 either), this needs to be replaced with ``origin : this.mxform``. Need to fix this...
Not an "issue" but it would be nice to have typescript version of the boilterplate with all mendix Typing file.