App that lets user input text OR file
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi! I'm trying to make an app where a user can input single text OR pick a file. Then it will do some processing depending on their choice.
My first thought was using the interface tools to enable/disable containers with those two inputs.
First I ask the user which option they want (text input or file input), then use a condition that will enable the appropriate container.
However, it looks like disabled containers can't contain interface tools.
Is there another way to approach this?
Solved! Go to Solution.
- Labels:
- Apps
- Best Practices
- Interface Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @mcha54 ,
Leave the interface tools out of the containers. The containers will be disabled and nothing will run through.
If you want to do a selection use better the radio buttons. They have the option to 'collapse when deselected' where you wont see the option (textbox or file) unless this is selected.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @mcha54 ,
Attached is an analytical app with an example with text inputs showing how to do what you need.
Only to let you know, in the example the action tools are not inverted, it suppose to be this way
Let me know if that works for you.
Best,
Fernando Vizcaino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @mcha54 ,
Here you have an example,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you everyone!! The radio button works perfectly.
