Hello All,
I have requirement to implement the drag and drop functionality for the UI components.
For example: Lets consider we have number of BoxLayout on the same page, in each boxlayout we have few cardlayouts which containing some details. Now I want to drag and drop any cardlayout from one box to another.
I thought of providing link to move card from one box to other, but I am searching for perfect drag and drop capability.
Is it possible in Appian?
Discussion posts and replies are publicly visible
Hi priyankag0001 ,
As of now we dont have such functionality , but with some work around we can achieve this (like providing links on the card layout to move right ,move left).
Thanks
Madhu
Thanks Madhu,
I thought of this workaround but it will only move card one step ahead or back, I have requirement to move card directly in mentioned box.
One option is to have the card implemented in BOTH places in your Form and use the 'showWhen' attribute (set using a link) to toggle the visibility between both places. It's not very flexible but it would work and be pretty straightforward to implement.
May be its bit complicated but we can achieve your requirement ,you can place two links one is to select the place where the card needs to move and another link is to move ...so that we can make sure to move the card layout to the desired place..!.