【发布时间】:2015-05-06 06:12:43
【问题描述】:
我知道如何在 UI 上添加文本输入或单选按钮或日期输入,我想做的是询问用户是否要输入文本或日期范围?根据用户选择显示文本输入或日期输入。不知道该怎么做。
Pseudo Code
1) Please choose if you want to enter text or date range.
Radio Button 1 - Text Input
Radio Button 2 - Date Range
2a) If the user chooses Radio Button 1, then Text Input should be displayed on the main panel, option to enter two dates (From & to) should not be displayed
2b) If the user chooses Ratio Button 2, then the option to enter two dates (From & to) should be displayed on the Main panel and text input should not be displayed.
不知道该怎么做。需要一些指点。
【问题讨论】: