Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
📚 Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwelgemoed committed Apr 6, 2021
1 parent e5ac790 commit d70da1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ column and vertically (drag between one widget and another).

We provide some pre-created actions that you should implement and configure.

You can download it [_here_]()
You can download "DragandDrop_Utils.mpk" [_here_](https://github.com/ahwelgemoed/drag-and-drop-mendix-widget/releases)

### Same Column Drop

Expand Down Expand Up @@ -165,7 +165,7 @@ into and sometimes the Widget you are dragging out of.

- Add a Call to a mircroflow after the JS action and call the `Delete` microflow .

- This microflow will delete the object. Pass the retrun object from the Js function into this microflow call.
- This microflow will delete the object. Pass the return object from the Js function into this microflow call.

- Inside the delete microflow configure it to delete the passed down parameter and make sure to check the
`refresh client` option.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "draganddropwidget",
"widgetName": "Draganddropwidget",
"version": "1.0.0",
"version": "1.0.1",
"description": "My widget description",
"copyright": "2021 Mendix Technology BV",
"author": "Arno Welgemoed",
Expand Down
2 changes: 1 addition & 1 deletion src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="Draganddropwidget" version="1.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="Draganddropwidget" version="1.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="Draganddropwidget.xml"/>
</widgetFiles>
Expand Down

0 comments on commit d70da1d

Please sign in to comment.