Hi Everyone,
I am facing an issue with buttons created through dialog in a replicant container. There is a container having multiple items, one such item is a button created through <dialog>, now this container is a replicant and can be replicated to a maximum of 4 times. For instance, if there are four replicants open and if the user clicks a button in a particular replicant, how will we be able to identify which replicant's button was clicked and which values to be retrieved for processing. Please suggest.
Button 1
<dialog type="button" label="Button1" rowcontinue="t" function="button_subroutine">
<function-param>1</function-param>
<function-param>.jpeg,.jpg,.gif,.png</function-param>
<function-param>yes</function-param>
</dialog>