Forum

Christian
Participant
    3 years, 8 months ago #30294
    Up
    1
    Down
    ::

    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 🙂

    Attachments:
    You must be logged in to view attached files.