Expand my Community achievements bar.

Simulate a watermark

Avatar

Level 2

I'm trying simulate a watermark with a text in light gray on my master page, but i can't rotate this textfield more than 90º.

Can someone tell me how to get it?

Thanks

3 Replies

Avatar

Level 2

I am using adobe livecycle designer, but I have not LiveCycle Administration Console.

My idea is simply show/hide the watermark from the value of a radio button.

Thanks!

Avatar

Level 10

on the click event of the radio button, use the reference_syntax to access your watermark and use the property presence equals "hidden" or "visible"

reference_syntax.presence = "hidden";

reference_syntax.presence = "visible";