From e5ac7902ea3cf1c752f8cb7d7817c998824503f4 Mon Sep 17 00:00:00 2001 From: ahwelgemoed Date: Wed, 6 Jan 2021 16:38:00 +0100 Subject: [PATCH] docs: :tada: spelling --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 477ab51..438175c 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ column and vertically (drag between one widget and another). | Data Source Name | `string` | Text Name of the Data Source _(only used for different data sources)_ | | In Coming Data | `datasource` | Specify the Data to display, usually a Micro- or Nano- Flow where the Mendix Dev Limits and sorts the Incoming data. | | Non Persistable Data | `datasource` | The non persistable data entity you wrap all your widgets in. This is used as state in the widget | -| Same Column Drop | `action` | Microflow to trigger if data comes in from the same column | -| Different Column Drop | `action` | Microflow to trigger if data comes in from different column | +| Same Column Drop | `action` | microflow to trigger if data comes in from the same column | +| Different Column Drop | `action` | microflow to trigger if data comes in from different column | ## Column Drop Actions @@ -163,11 +163,11 @@ into and sometimes the Widget you are dragging out of. **Note** Make sure to set the return object from the JS action to that of the other column (The Column dragged from (The object that is going to be deleted)). - - Add a Call to a mircroflow after the JS action and call the `Delete` microflow. + - 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 retrun object from the Js function into this microflow call. - - Inside the delete microflow conficure it to delete the passed down parameter and make sure to check the + - Inside the delete microflow configure it to delete the passed down parameter and make sure to check the `refresh client` option. ## Styling @@ -186,13 +186,13 @@ The Widget exposes 3 Classnames you can use to style the list items:

Web Look

headerIMG -

Incoming Data (Nano- or Microflow)

+

Incoming Data (Nano- or microflow )

headerIMG -

Create Non Persistable Data (Nano- or Microflow)

+

Create Non Persistable Data (Nano- or microflow )

headerIMG -

Same Column Drop (Nanoflow)

+

Same Column Drop (nanoflow)

headerIMG -

Different Column Drop (Nanoflow)

+

Different Column Drop (nanoflow)

headerIMG