22
33<h1 align =" center " >Drag and Drop Widget for Mendix</h1 >
44
5- Demo Projects for Mendix 8
6- [ here] ( https://github.com/mendixlabs/app-services-components/packages/web-widgets/drag-and-drop-widget/testProjects/Dnd_8_Demo.mpk )
7- and Mendix 9
8- [ here] ( https://github.com/mendixlabs/app-services-components/packages/web-widgets/drag-and-drop-widget/testProjects/Dnd_9_Demo.mpk )
5+ Demo Projects for Mendix 8 and Mendix 9
6+ [ here] ( https://github.com/mendixlabs/app-services-components/tree/main/packages/web-widgets/drag-and-drop-widget/testProjects )
7+ or in the latest release.
98
109<p align =" center " >
11- <img align="center" alt="headerIMG" src="https://raw.githubusercontent.com/ahwelgemoed/ drag-and-drop-mendix- widget/main /assets/dnd.png" target="_blank" />
10+ <img align="center" alt="headerIMG" src="https://raw.githubusercontent.com/mendixlabs/app-services-components/main/packages/web-widgets/ drag-and-drop-widget/assets/dnd.png" target="_blank" />
1211 <br>
1312 <br>
1413 A Drag and Drop Widget for Mendix (with Touch Support for Mobile Devices)
@@ -36,15 +35,15 @@ and Mendix 9
3635
3736</p >
3837<p align =" center " >
39- <img align="center" alt="headerIMG" src="https://raw.githubusercontent.com/ahwelgemoed/ drag-and-drop-mendix- widget/main /assets/simpleList.gif" target="_blank" />
38+ <img align="center" alt="headerIMG" src="https://raw.githubusercontent.com/mendixlabs/app-services-components/main/packages/web-widgets/ drag-and-drop-widget/assets/simpleList.gif" target="_blank" />
4039 <br>
4140 <p>Ordering List</p>
4241 <br>
43- <img align="center" alt="headerIMG" src="https://raw.githubusercontent.com/ahwelgemoed/ drag-and-drop-mendix- widget/main /assets/widgetToWidget.gif" target="_blank" />
42+ <img align="center" alt="headerIMG" src="https://raw.githubusercontent.com/mendixlabs/app-services-components/main/packages/web-widgets/ drag-and-drop-widget/assets/widgetToWidget.gif" target="_blank" />
4443 <br>
4544 <p>Enum Filtered List</p>
4645 <br>
47- <img align="center" alt="headerIMG" src="https://raw.githubusercontent.com/ahwelgemoed/ drag-and-drop-mendix- widget/main /assets/2ds.gif" target="_blank" />
46+ <img align="center" alt="headerIMG" src="https://raw.githubusercontent.com/mendixlabs/app-services-components/main/packages/web-widgets/ drag-and-drop-widget/assets/2ds.gif" target="_blank" />
4847 <br>
4948 <p>2 Entities in Domain Model</p>
5049 <hr>
@@ -67,8 +66,8 @@ column and vertically (drag between one widget and another).
6766
6867<p align =" center " >
6968<h3 >Usage</h3 >
70- <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/ahwelgemoed/ drag-and-drop-mendix- widget/main /assets/p1.png " target =" _blank " />
71- <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/ahwelgemoed/ drag-and-drop-mendix- widget/main /assets/p2.png " target =" _blank " />
69+ <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/mendixlabs/app-services-components/main/packages/web-widgets/ drag-and-drop-widget/assets/p1.png " target =" _blank " />
70+ <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/mendixlabs/app-services-components/main/packages/web-widgets/ drag-and-drop-widget/assets/p2.png " target =" _blank " />
7271</p >
7372
7473| Object list group | List | List of items to Show cards for |
@@ -158,18 +157,18 @@ The Widget exposes 3 Classnames you can use to style the list items:
158157
159158<p align =" center " >
160159 <h4 >Modeler Look</h4 >
161- <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/ahwelgemoed/ drag-and-drop-mendix- widget/main /assets/mxOverview.png " target =" _blank " />
160+ <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/mendixlabs/app-services-components/main/packages/web-widgets/ drag-and-drop-widget/assets/mxOverview.png " target =" _blank " />
162161 <br >
163162 <h4 >Web Look</h4 >
164- <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/ahwelgemoed/ drag-and-drop-mendix- widget/main /assets/widgetToWidget.gif " target =" _blank " />
163+ <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/mendixlabs/app-services-components/main/packages/web-widgets/ drag-and-drop-widget/assets/widgetToWidget.gif " target =" _blank " />
165164 <h4 >Incoming Data (Nano- or microflow )</h4 >
166- <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/ahwelgemoed/ drag-and-drop-mendix- widget/main /assets/get_mf.png " target =" _blank " />
165+ <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/mendixlabs/app-services-components/main/packages/web-widgets/ drag-and-drop-widget/assets/get_mf.png " target =" _blank " />
167166 <h4 >Create Non Persistable Data (Nano- or microflow )</h4 >
168- <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/ahwelgemoed/ drag-and-drop-mendix- widget/main /assets/non_state.png " target =" _blank " />
167+ <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/mendixlabs/app-services-components/main/packages/web-widgets/ drag-and-drop-widget/assets/non_state.png " target =" _blank " />
169168 <h4 >Same Column Drop (nanoflow)</h4 >
170- <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/ahwelgemoed/ drag-and-drop-mendix- widget/main /assets/Same_Col_Drop_NF.png " target =" _blank " />
169+ <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/mendixlabs/app-services-components/main/packages/web-widgets/ drag-and-drop-widget/assets/Same_Col_Drop_NF.png " target =" _blank " />
171170 <h4 >Different Column Drop (nanoflow)</h4 >
172- <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/ahwelgemoed/ drag-and-drop-mendix- widget/main /assets/Diff_Col_Drop_NF.png " target =" _blank " />
171+ <img align =" center " alt =" headerIMG " src =" https://raw.githubusercontent.com/mendixlabs/app-services-components/main/packages/web-widgets/ drag-and-drop-widget/assets/Diff_Col_Drop_NF.png " target =" _blank " />
173172</p >
174173
175174## Issues || Track Features
0 commit comments