Hi,
Setting Access = Hidden doesn't hide a file object.
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.
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.
[Issue] Object type "File" / Hidden
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
[Issue] Object type "File" / Hidden
You do not have the required permissions to view the files attached to this post.
Re: [Issue] Object type "File" / Hidden
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
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
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: [Issue] Object type "File" / Hidden
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()
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()