加载页面时设置单选按钮值

发布于 2024-11-17 14:53:09 字数 379 浏览 4 评论 0原文

我在第一次加载页面时遇到问题,我想检查“24h”单选按钮,当我使用自定义日期并执行应用时,它不起作用。

它始终加载 24 小时图表,而不是像这样的自定义日期 StartDate: 20:00 17-05-2011
EndDate: 22:00 17-05-2011

我的申请页面是这个 http://apex.oracle.com/pls/apex/f?p=17236:555

用户名:user 密码:123qweASD

谁能帮我解决这个问题,你可以去应用程序尝试一下。

I'm having a problem with the first load off the page i want to check the "24h" radiobutton and when I do that when I use the custom date and do the apply it doesn't work.

It always load the 24h chart instead of the custom date like this one StartDate: 20:00 17-05-2011
EndDate: 22:00 17-05-2011

My application page is this one http://apex.oracle.com/pls/apex/f?p=17236:555

username: user
password: 123qweASD

Can anyone help me with this, you can go to the application a try.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

捶死心动 2024-11-24 14:53:09

我认为如果“自定义”是单选按钮组中的第五个按钮而不是单独的复选框,您的页面会工作得更好(而且更自然)。因为当选中“自定义”复选框时,您的无线电组没有有效值,并且尽管已禁用,但实际上它仍然设置为“24”。

否则,您需要对图表进行编码,使其在选中复选框时忽略单选组设置。

I think your page would work better (and more naturally) if "Custom" was a 5th button in the radio group rather than a separate checkbox. As it is your radio group has no valid value when the Custom checkbox is checked, and indeed it stays set to "24" although disabled.

Otherwise, you need to code the chart in such as way that it ignores the radiogroup setting when the checkbox is checked.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文