Hello guys,
i need help. In my home page I have a stripe with a simple text ad a button. I need that the stripe disappear when i click my button.
What’s the correct code?
Thanks …
Hello guys,
i need help. In my home page I have a stripe with a simple text ad a button. I need that the stripe disappear when i click my button.
What’s the correct code?
Thanks …
Solved:
export function button3_click(event) {
$w(‘#columnStrip4’).hide();
}