Files
mountevent/README.md

26 lines
593 B
Markdown
Raw Permalink Normal View History

2020-12-21 09:28:34 +01:00
## MountEvent
2020-12-21 09:29:39 +01:00
Widget which will execute an action as soon as widget is mounted
2020-12-21 09:28:34 +01:00
## Usage
2020-12-21 09:29:39 +01:00
For development:
Create customwidgets folder in root of project directory
Git clone this repo into customwidgets folder
Open command prompt in cloned folder
npm i
npm run dev / npm run build
Widget can now be used inside Mendix.
For plain usage:
Copy MPK file in releases to widgets directory.
2020-12-21 09:28:34 +01:00
## Demo project
2020-12-21 09:29:39 +01:00
Not available yet.
2020-12-21 09:28:34 +01:00
## Issues, suggestions and feature requests
2020-12-21 09:29:39 +01:00
https://github.com/IncentroBA/mountevent/issues
2020-12-21 09:28:34 +01:00
## Development and contribution
2020-12-21 09:31:14 +01:00
[Bart Onstee](https://github.com/bartonstee)