setAttibute - Target class on image

0
Hi, I’m having some trouble getting an alt tag attibute onto an image based on the image class using the SetAttribute plugin  e.g. <img class="mx-image mx-name-image2" src="http://localhost:8080/img/Atlas_UI_Resources$Layout$logo.png?636873118407681957" id="mxui_widget_StaticImage_0" data-mendix-id="0_8" widgetid="mxui_widget_StaticImage_0" style=""> I’ve tried a number of values in the Dom Query but can’t get it right. I can match it to the ID attribute but that’s not of any use to me. Can anyone help? Many thanks
asked
1 answers
1

Have you tried to target .mx-name-image2 ?

If so, could you show us a snapshot of your configuration?

answered