Avatar

Level 2

Is it possible then to 'move' the position of an image after its chosen from the dropdown from outside the heiarchy through script?

let's say the hiarcy is:

imageContainerSubForm

     image1

     image2

     image3

table1

     row1

          cell1

          imageCell

               (could I move image1 to this position in the hiarchy after dropdown selection?)

               (if the selection is changed to image2, image one returns to the imageContainerSubForm?)

I hope thiis makes sence. If it were possible, then I can avoid duplicating the entire imageContainerSubForm with each added instance.

This is how the hiarchy is essentially set up but im using an imageField to call replace the rawValue of the imageField with the image.value of the images. where I then run into the problem of the table not expanding to the original size of each varrying image.