Christian
2 years ago
#30294
::
Hi
as promissed, here the solution (thanks Armin for the inputs):
- Add the jQuery UI library in the “applications” area (screenshot “library”). Import: dependency to UI5 and adding the CSS style
- Using the library in the concrete app (screenshot “include”)
- Create DOM elements and set CSS classes according to jQuery documentation (screenshot “dom”)
- Set element to be draggable in an “onAfterRendering” triggered JS code snippet (screenshot “code”). Important: when selecting the element via its id, use “#”, as well.
Should work 🙂