Missing Logout Button & Click Event ignored
Posted: Thu Oct 10, 2019 7:45 pm
HI,
I would like to open a form several times. There is the convenient function that allows you to open a form in a new tab by holding down the control key and clicking on a button.
ยจ
Two things I noticed:
1) The logout button is missing on the new page. Can it be added?
2) If I click the button again, nothing happens. Another tab should open. I think the reason is that nuStopClick(event); is added. But this should not be added when the Ctrl key is pressed.
I would like to open a form several times. There is the convenient function that allows you to open a form in a new tab by holding down the control key and clicking on a button.
ยจ
Two things I noticed:
1) The logout button is missing on the new page. Can it be added?
2) If I click the button again, nothing happens. Another tab should open. I think the reason is that nuStopClick(event); is added. But this should not be added when the Ctrl key is pressed.