Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events

master page items disappearing

Avatar

Level 2

Hi i have created a basic form, which is part of a demo, on the form there is a button, when the button is clicked it sets some text to amaster page item text field:

form1.main.Button1::mouseDown - (JavaScript, client)

 

xfa.resolveNode("form1.#pageSet[*].Page1.myText").rawValue="testing";

square.presence="hidden";

This works as it is meant to. however if i change the presence of an object on the page, the master page item (myText) also disappears.

I have tried adding the object presence change to the mouse up event but still the the master page item (myText). disappears.

any ideas?

Thank you

Keith

1 Reply

Avatar

Level 5

You have a possibility to show your pdf? Screenshot (include hierarchy) or anywhere upload?