Dear All,
I have a button #button and a box #box
The #box is collapsed on load, the pushing button to expand I put into my code:
export function ButtonExpand2BCV_click(event, $w) {
$w(‘#box’).expand();
}
but how to do collapse again on the second click and expand again on the third.
Thank you for your help.
Best Regards,
Xavier