Welcome to the nuBuilder Forums!

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

Hide screen elements on Run object for an iframe

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
tims
Posts: 3
Joined: Sat Apr 24, 2021 10:25 am

Hide screen elements on Run object for an iframe

Unread post by tims »

Hello there,

I've been reading through a bunch of similar posts but cannot get the solution from these ..
I am creating a community app where people can input their talents that they want to
share with the community.
I was experimenting with an iframe run object which runs a browse object to show some
services this person wants to share.
I want the iframe to hold just a one column list of abilities that is linked with the person.
As you can see on the screenshot, this iframe has a title, the "BB", "Obj", "Prop" buttons and
a search bar.
How can i hide them?
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4303
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Hide screen elements on Run object for an iframe

Unread post by kev1n »

Hi,

Call nuHideHolders() in the Custom Code of your run iFrame Form:
Post Reply