Hi,
I am not sure this is possible or not
I am using APEX 20.1
I have a basic cards region. I have an fa-icon link on the card which opens up a popup. I want the popup to open for each card at the position where there is icon
I have set up the example on apex.oracle.com
ws - vpagmws
user - testuser
pwd - xyzXYZ@123
app - 85188 - VP 211
page - 3 - Test Popup Modal open
Here I have 2 dynamic actions
for Button SHOWPOPUP2 - where I have hardcoded the data-parent-element for the popup as #emp7876. When clicked this opens the popup correctly at the icon
DA on click of fa-icon on the cards.
Here I am setting the data-parent-element dynamically from the EMPNO which is clicked. But the popup doesnot open at the correct position.
If I see the DOM on the popup region - the data-parent-element is set correctly.
What am I missing? Please suggest.
Thanks