gpt4 book ai didi

oracle - 在 Apex 中提交表单之前添加确认

转载 作者:行者123 更新时间:2023-12-05 08:39:15 24 4
gpt4 key购买 nike

我正在尝试在 apex 中提交表单之前添加一个确认框。我有什么想法可以实现吗?

 <script type="text/javascript">
response = response2();

function response2(){
apex.confirm("Are you sure you want to submit?)}
</script>

最佳答案

这可以在没有任何自定义 JavaScript 代码的情况下实现...

1) 将提交表单的按钮设置为“Defined by Dynamic Action” Action ,并为该按钮指定一个静态 ID

button definition

2) 定义一个新的动态 Action ,当这个按钮被按下时执行

3) 然后这个 DA 必须执行本地操作:

- Confirm

- Submit (Request / Button Name: The static id of your button)

DA definition

关于oracle - 在 Apex 中提交表单之前添加确认,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60410564/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com