Is there any drag & drop example for Xojo Web?

this as you found will trigger the drag and drop for the table in the javascript side.
but you also have to bind the result of the drag to the actual data in the listbox
… and this is the most difficult part ! (although datatable may handle it automagically for you ?)

what i see in web source code is that xojo create a random id for ‘WebListBox’ somehow after each start.
and be aware that jQuery with $( and DOM using separated object IDs.

I’m using Xojo in the hope to avoid learning other languages, though.

There is no time to include it in 2024r4, it’s already in beta. And no, there is no simple thing when we are talking about the WebListBox control :upside_down_face:

1 Like