使用Javascript时,是否有内置的Apex来获取单选组的值?

发布于 2024-08-31 11:41:17 字数 342 浏览 5 评论 0原文

朋友们,

我的 apex 页面有几个不同的单选按钮组,每个组的值可以是“是”或“否”。

当用户按下按钮时,我需要在页面的 javascript 处理中捕获这些单选按钮组的值,然后“执行操作” “取决于他们的价值观。

是否有可以用来获取值的 Apex Javascript API?或者我是否需要实现类似于 this 的功能?

预先感谢您可以提供的任何帮助。

Friends,

My apex page has several different radio groups, each one can have the value of Yes or No.

When the user presses a button I need to capture the values of these radio groups in the javascript processing for the page and then "do stuff" dependent on their values.

Is there an Apex Javascript API that I could utilise to obtain the values? or will I need to implement a function similiar to this?

Thanks in advance for any help you can provide.

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

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

发布评论

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

评论(1

我最亲爱的 2024-09-07 11:41:17

如果有人感兴趣,APEX API $f_SelectValue 可以满足我的需要。

记录于此处

In case it's of interest to anyone the APEX API $f_SelectValue does what I need.

Documented here

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