Page 1 of 1

Tab "Help"

Posted: Sat Sep 16, 2023 9:10 pm
by mih
Each tab in form has "Tab" property.
Documentation says "JavaScript that can run to help the user eg. window.open('www.nubuilder.com') or nuMessage(['You must fill in','all fields.']);"
I did try examples from docs, but without any effect.
How "Help" works?

Re: Tab "Help"

Posted: Sun Sep 17, 2023 7:15 am
by kev1n
Hi,

Prefix with http://

Code: Select all

window.open('http://nubuilder.com');

Re: Tab "Help"

Posted: Sun Sep 17, 2023 10:12 am
by mih
No, it simply does nothing (nor opening window , nor nuMessage). How "help" should work? It triggers, when opening tab or what?

Re: Tab "Help"

Posted: Sun Sep 17, 2023 10:41 am
by kev1n
Options Menu -> Help

Re: Tab "Help"

Posted: Sun Sep 17, 2023 12:03 pm
by mih
Understand. Thanks!