How to show textarea and label widget on dropdown item selection?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to show textarea and label widget on dropdown item selection?
Hello,
I have one 'break reasons' dropdown list. My requirement is to show 'Reason' label widget and respective textarea widget on dropdown item(item - 'other') selection and for dropdown items other than this I want to disable textarea. How to implement that?
Thanks.
Solved! Go to Solution.
- Labels:
-
Design
-
Mashup-Widget
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You could use the Validator widget and the navigation widget with a popup panel mashup containing a label and a textarea.
In your validator you would set the expression to evaluate if the item "other" was selected in the list. If true, it would open the popup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You could use the Validator widget and the navigation widget with a popup panel mashup containing a label and a textarea.
In your validator you would set the expression to evaluate if the item "other" was selected in the list. If true, it would open the popup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You could use the Validator widget and the navigation widget with a popup panel mashup containing a label and a textarea.
In your validator you would set the expression to evaluate if the item "other" was selected in the list. If true, it would open the popup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
