Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

How to hide Breadcrumb?

Questions related to using nuBuilder Forte.
Post Reply
miasoft
Posts: 156
Joined: Wed Dec 23, 2020 12:28 pm
Location: Russia, Volgograd
Has thanked: 32 times
Been thanked: 7 times
Contact:

How to hide Breadcrumb?

Unread post by miasoft »

In one specific application of mine, I would like to hide Breadcrumb. Is it possible?
Wbr, miasoft.
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: How to hide Breadcrumb?

Unread post by kev1n »

Do you want to hide all breadcrumbs or just the last one?
miasoft
Posts: 156
Joined: Wed Dec 23, 2020 12:28 pm
Location: Russia, Volgograd
Has thanked: 32 times
Been thanked: 7 times
Contact:

Re: How to hide Breadcrumb?

Unread post by miasoft »

kev1n wrote:Do you want to hide all breadcrumbs or just the last one?
Only nuUserHome and only for users, not for globeadmin (developer). All users have
a different nuUserHome-forms with slight differences.
The nuUserHome has a single HTML object with pure HTML + css + js, database is not used.
Wbr, miasoft.
miasoft
Posts: 156
Joined: Wed Dec 23, 2020 12:28 pm
Location: Russia, Volgograd
Has thanked: 32 times
Been thanked: 7 times
Contact:

Re: How to hide Breadcrumb?

Unread post by miasoft »

Yes, I can change height for BreadCrumbs in css to 1px, but it affects all forms. :?
kev1n wrote:Do you want to hide all breadcrumbs or just the last one?
Wbr, miasoft.
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: How to hide Breadcrumb?

Unread post by kev1n »

Hiding HTML elements is no rocket science: Open up the developer console (usually F12), pick the element to retrieve its id and use the nuHide() function to hide it.

(Open gif image in full screen)
You do not have the required permissions to view the files attached to this post.
miasoft
Posts: 156
Joined: Wed Dec 23, 2020 12:28 pm
Location: Russia, Volgograd
Has thanked: 32 times
Been thanked: 7 times
Contact:

Re: How to hide Breadcrumb?

Unread post by miasoft »

kev1n wrote:Hiding HTML elements is no rocket science: Open up the developer console (usually F12), pick the element to retrieve its id and use the nuHide() function to hide it.
Thanks! In my case, I applied nuHideHolders(1) for user's nuUserHome-forms.
P,S. It seems that I should look more often in the manuals :oops:
Wbr, miasoft.
Post Reply