Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Tab "Help" Topic is solved

Questions related to using nuBuilder Forte.
Post Reply
mih
Posts: 30
Joined: Thu Jan 26, 2023 12:04 pm
Has thanked: 3 times

Tab "Help"

Unread post 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?
Last edited by mih on Sun Sep 17, 2023 12:05 pm, edited 1 time in total.
kev1n
nuBuilder Team
Posts: 4562
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 528 times
Contact:

Re: Tab "Help"

Unread post by kev1n »

Hi,

Prefix with http://

Code: Select all

window.open('http://nubuilder.com');
mih
Posts: 30
Joined: Thu Jan 26, 2023 12:04 pm
Has thanked: 3 times

Re: Tab "Help"

Unread post by mih »

No, it simply does nothing (nor opening window , nor nuMessage). How "help" should work? It triggers, when opening tab or what?
kev1n
nuBuilder Team
Posts: 4562
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 528 times
Contact:

Re: Tab "Help"

Unread post by kev1n »

Options Menu -> Help
mih
Posts: 30
Joined: Thu Jan 26, 2023 12:04 pm
Has thanked: 3 times

Re: Tab "Help"

Unread post by mih »

Understand. Thanks!
Post Reply