Welcome to the nuBuilder Forums!

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

[Issue] Object type "File" / Hidden

Questions related to using nuBuilder Forte.
Locked
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

[Issue] Object type "File" / Hidden

Unread post by toms »

Hi,

Setting Access = Hidden doesn't hide a file object.
access_hidden.png
file_object.png
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: [Issue] Object type "File" / Hidden

Unread post by admin »

toms,

There is no reason create a hidden Input:File.

An Input:File is essentially a Graphic User Interface used to select a file.

If you hide it, then it has no use.

If you want to put a hidden file on an Edit Form, you should do it with a hidden text area.

Steven
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: [Issue] Object type "File" / Hidden

Unread post by toms »

Steven,

I just wanted to temporarily hide the field since it's "under construction" and I don't want the user to see it. But I can resort to nuHide()
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: [Issue] Object type "File" / Hidden

Unread post by admin »

.
Locked