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

Commit

Permalink
build: 🚑 spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwelgemoed committed Jan 6, 2021
1 parent 3c95ddc commit 4926127
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<img align="center" alt="headerIMG" src="./assets/2ds.gif" target="_blank" />
<br>
<p>2 Entities in Domain Model</p>
<hr>
</p>

Some key features:
Expand Down Expand Up @@ -115,18 +116,18 @@ Is called by THIS widget when THAT (another) widget drops an Object into it.

---

- After importing the Commons File Find the Folder called `nanoflows` in the `draganddrop` folder. Use the
nanoflow called `Diff_Col_Drop_NF`. Copy it into your project and start setting it up.
- After importing the Commons File Find the Folder called `nanoflows` in the `draganddrop` folder. Use the nanoflow
called `Diff_Col_Drop_NF`. Copy it into your project and start setting it up.

- Configure the incoming data to be that of your non-persistable data source you wrapped the widget in.
- Configure the incoming data to be that of your non-persistable data source you wrapped the widget in.

- Configure the 4 Strings:
- Configure the 4 Strings:

- `nonPersistableModelName` - Model name of the Non Persistable Model (i.e:
DragAndDropWidget.SimpleListState)
- `nonPersistableAttName` - Attribute name of the Non Persistable Model (i.e: `json`)
- `persistableOrderAtt` - Attribute name used to 'sort' the Persistable Model (i.e: `Order`)
- `persistableAttName` - Attribute name used to 'filter' the Persistable Model (i.e: `Status`)
- `nonPersistableModelName` - Model name of the Non Persistable Model (i.e:
DragAndDropWidget.SimpleListState)
- `nonPersistableAttName` - Attribute name of the Non Persistable Model (i.e: `json`)
- `persistableOrderAtt` - Attribute name used to 'sort' the Persistable Model (i.e: `Order`)
- `persistableAttName` - Attribute name used to 'filter' the Persistable Model (i.e: `Status`)

- Then copy over the Javascript Action in the folder `Javascript_Actions` called `Diff_Col_Drop_JS` and configure
the nanoflow to use it, by setting the incoming parameters to that that you created in the nano flow.
Expand Down

0 comments on commit 4926127

Please sign in to comment.